Raymond forced me to make a bot template
This template is meant is just for stupidness ig
- Rename the
config.example.ts
toconfig.ts
and input all the necessary info - Run
npm start
and 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
lib
folder in thesrc
folder holds all the Modules and structures for the code - The
modules
folder holds all the modules theBotClient
uses like theToolbox
in 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