All Projects → Snazzah → slash-create

Snazzah / slash-create

Licence: MIT license
🗡️ Creator and handler for Discord's slash commands

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to slash-create

discord-ui
A discord.py extension for sending, receiving and handling ui interactions in discord
Stars: ✭ 28 (-88.52%)
Mutual labels:  discord-bot, discord-interactions, discord-slash-commands, discord-message-components
slshx
⚔️ Strongly-typed Discord commands on Cloudflare Workers
Stars: ✭ 163 (-33.2%)
Mutual labels:  slash-commands, discord-interactions, discord-slash-commands, discord-message-components
DNS-over-Discord
A 1.1.1.1 DNS resolver built for Discord
Stars: ✭ 228 (-6.56%)
Mutual labels:  discord-interactions, discord-slash-commands, discord-message-components
slash-level
✨ The first and only slash-command based Discord level bot ✨
Stars: ✭ 31 (-87.3%)
Mutual labels:  discord-bot, slash-commands, discord-slash-commands
serverless-discord-bot
A serverless Discord Bot template built for AWS Lambda based on Discord's slash commands and the slash-create library.
Stars: ✭ 37 (-84.84%)
Mutual labels:  slash-commands, slash-command, discord-interactions
Music-Slash-Bot
A music bot written in Discord.js and Distube using the slash command
Stars: ✭ 34 (-86.07%)
Mutual labels:  discord-bot, slash-commands
support-bot-with-buttons
A Support Bot For Your Server.Easy To Host.Work with Buttons Interaction.
Stars: ✭ 44 (-81.97%)
Mutual labels:  discord-bot, discord-interactions
DiscordBot-Template
A boilerplate / template for discord.js bots with 100% coverage of Discord API, command handler, error handler based on https://discordjs.guide/
Stars: ✭ 129 (-47.13%)
Mutual labels:  discord-bot, slash-commands
Discord-multipurpose-bot
A repository with JavaScript and Python versions of the same type of discord commands.
Stars: ✭ 27 (-88.93%)
Mutual labels:  discord-bot, slash-commands
discord.ts
🤖 Create your discord bot by using TypeScript and decorators!
Stars: ✭ 315 (+29.1%)
Mutual labels:  discord-bot, slash-commands
hikari-intro
An introduction to hikari, complete with different examples for different command handlers.
Stars: ✭ 17 (-93.03%)
Mutual labels:  discord-bot, slash-commands
ksoftapi.py
Official API Wrapper for KSoft.Si API
Stars: ✭ 31 (-87.3%)
Mutual labels:  discord-bot
yuuko
🔰 No-frills Discord command framework for Eris
Stars: ✭ 15 (-93.85%)
Mutual labels:  discord-bot
ScrimBot
Discord bot for organizing Valorant custom games.
Stars: ✭ 31 (-87.3%)
Mutual labels:  discord-bot
yumeko
The real yumeko UwU. Rewrite: https://github.com/youKnowOwO/yumeko-ts
Stars: ✭ 28 (-88.52%)
Mutual labels:  discord-bot
PokeBall-SelfBot-Poketwo-Autocatcher
This specific selfbot was designed to automatically catch pokemon spawned on Discord by Poketwo bot. It also offers other utility functions to automate features like trading, releasing, id search, etc. Currently the autocatcher is powered by AI making it possible to autocatch pokemons on multiple bots like PokeTwo, PokeRealm, etc.
Stars: ✭ 306 (+25.41%)
Mutual labels:  discord-bot
suggestions-bot
A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff.
Stars: ✭ 22 (-90.98%)
Mutual labels:  discord-bot
Disbots
Add your Discord bot now and observe the progress on your bot or get the code for your bot and watch your bot expand. Spice up your Discord experience with our diverse range of Discord bots. This is a modification of the well-known v-codes botlist.
Stars: ✭ 23 (-90.57%)
Mutual labels:  discord-bot
GaymersBot
The bot that helps run the Gaymers Discord.
Stars: ✭ 20 (-91.8%)
Mutual labels:  discord-bot
coolme
A 🌜⚽⚽👢 Discord bot, invite ➡
Stars: ✭ 13 (-94.67%)
Mutual labels:  discord-bot

NPM version NPM downloads ESLint status DeepScan grade discord chat

Create Discord slash commands similar to Discord.JS Commando.

Features

  • Multiple server support (Express, Fastify, etc.)
  • Hook into an existing Discord bot client
  • Sync loaded commands to Discord from slash-create
  • Load commands from a folder
  • Command throttling/cooldowns

Quickstart

If you want an easy start on getting slash commands on your bot, you can use slash-up to create a project using a template.

npx slash-up init

After creating a project, you can edit commands to your liking and start it up with yarn start.

You can also deploy a slash-create template to the following services:

Cloudflare Workers Vercel Heroku Railway
Deploy to Cloudflare Workers Deploy with Vercel Deploy Deploy on Railway

Installation

npm i slash-create

Or, using yarn:

yarn add slash-create

Using webservers

In order to use a specific webserver, you will need to install the dependency associated with that server. The following server types require these dependencies:

Examples

Useful Links

Resources & References

This project borrows resources and references from the following repositories:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].