- Clone the repo.
- Run
npm install
Work in progress
- Create a new file under the
./src/discord/commands
folder using the command's name as the file's name. It is recommended that themeow.ts
file be copied and used as a reference since the command file needs to export an object with the following properties:command
andbuildInteraction
. - Edit the
./src/discord/commands/index.ts
file, import the new command, and export it as a property. - Run
npm run build
andnpm run start
to test it. You will need bot credentials to do it; edit the.env
file to add them.