This is a skeleton code with all the common code I (like to) use for Discord Bots. It includes
- Command/Event Handler
- Extended Client structure (for Intellisense and more organization)
- Necessary, ready-to-fill config files
- A colors.json file with a lot of color HEX values
message
andready
eventsping
,help
andeval
commands
I will be sharing compressed artifacts of new releases every now and then, make sure to get those by going here
- Unzip the file (you can safely remove
README.md
andLICENSE.md
) - Run
npm i
- Fill in the
DISCORD_TOKEN=
parameter on.env
file - Go to config.json, and fill in the properties accordingly
Then it's all yours!
Made by TeraBytes, 2021, MIT License