This is a template for a Discord bot using Discord.js v14.
- Clone the repository (
git clone https://github.com/SmiteMCde/discord-bot-template
) - Install the dependencies (
npm install
) - Rename the
config.example.json
file toconfig.json
and fill in the required information - Start the bot (
npm start
ornode .
) - Enjoy!
- Command handling
- Event handling
- Interaction handling (buttons, select menus, modals)
- Command options autocompletion handling