This template is to skip the setup process and get right to work on your bot!
Fetures:
- Command handler.
- Event Handler.
- Mention Prefix.
- Ping & example command.
- Premade Embeds.
- Clone/Download this repository.
- Install these packages:
- discord.js using:
npm i discord.js
- dotenv using:
npm i dotenv
- Change the token in the
.env
file. - Navagate to your project file and run
node main.js
in your console to start the bot. - Add your own commands in the
./commands
file!
- The prefix in the
commandHandler.js
file in./handlers
. - The bot status in the
ready.js
file in./events.
- The colors / emoji's in the
util/color.json
file.
- To use custom emojis use this format:
<:EmojiName:EmojiID>