A fun and games bot.
Before running the bot, run npm ci
to install dependencies.
After installation of dependencies, make a copy of config.example.json
, naming it config.json
.
clientId
- The ID or User ID of the application.
guildId
- The ID of your development guild. (Optional, only required if global
is set to false
)
staffIds
- The User ID(s) to be granted escalated privileges (by the manager
property) and badges (by all other properties) (Recommended)
token
- The token of your application.
global
- Whether or not to register slash commands globally when running deploy-commands
.
Use npm run deploy
to deploy slash commands. This should only be run once, and uses the global
setting.
Use node .
or node main.js
to start the bot.
Pull requests are welcome.
Ensure all checks are passing before requesting a review.