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