LogoRobo.js
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-ts

Then navigate into your project directory:

cd <project-name>

Run development mode:

npm run dev

Features

  • Example slash commands
  • Command options with types
  • Subcommand examples
  • TypeScript best practices

Hosting

npm run deploy

On this page