Skip to content

A fully functional and customizable discord bot template for your Discord bot!

License

Notifications You must be signed in to change notification settings

OwenBellowen/discord-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-bot-template

A fully functional and customizable discord bot template for your Discord bot!

Getting Started

  1. Clone the repository
  2. Install the required packages using npm install
  3. 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
  1. If you want to run the bot in development mode, run npm run dev
  2. If you want to run the bot in production mode, run npm start (Make sure to build the bot using npm run build before running the bot in production mode)

Features

  • 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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

Support

GitHub issues GitHub pull requests GitHub

Author

About

A fully functional and customizable discord bot template for your Discord bot!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published