A fully functional and customizable discord bot template for your Discord bot!
- Clone the repository
- Install the required packages using
npm install
- Create a
.env
file in the root directory and add the following:
TOKEN=YOUR_BOT_TOKEN
GUILD_ID=YOUR_GUILD_ID
CLIENT_ID=YOUR_CLIENT_ID
MONGO_URI=YOUR_MONGO_URI
- If you want to run the bot in development mode, run
npm run dev
- If you want to run the bot in production mode, run
npm start
(Make sure to build the bot usingnpm run build
before running the bot in production mode)
- Fully customizable
- Advanced Command handler
- Event handler
- Advanced error handling
- Advanced Interaction handler
- Has a built-in keyv database for storing data using MongoDB
- Has a built-in logger
- An advanced help command
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.