Raymond forced me to make a bot template
This template is meant is just for stupidness ig
- Rename the
config.example.tstoconfig.tsand input all the necessary info - Run
npm startand your good to go
npm run build- Builds to codenpm run deploy- Deploys the Slash Commandsnpm start- Builds the code then starts the bot
- The
libfolder in thesrcfolder holds all the Modules and structures for the code - The
modulesfolder holds all the modules theBotClientuses like theToolboxin which you can add helper functions to
Just follow the format seen in the already setup events for you and be sure to look in src/lib/structs/BaseEvent or Command on how to setup it up or if you want to add anything else