TemplatesDiscord bots
Slash Command Package (TypeScript)
A quickstart for creating slash commands by MrJAwesome.
Slash Command Package (TypeScript)
Quickstart for creating slash commands by MrJAwesome.
Getting Started
Create a project with this template:
npx create-robo@next <project-name> --template discord-bots/mrjawesome-slash-commands-tsThen navigate into your project directory:
cd <project-name>Run development mode:
npm run devFeatures
- Example slash commands
- Command options with types
- Subcommand examples
- TypeScript best practices
Hosting
npm run deploy