This is my main discord bot template. Its a simple-to-use template for discord.js
^14.16.*
(other versions check branches). It has a lot of features and utilities to start coding your bot right away. It also has a simple command example (pingo).
Below are the public bots that use this template.
- EmoteUniverse: Great bot that helps you manage emotes in your server. Invite | Website | Github
const main = [
"discord.js v14 support",
"global variables",
"secure token using eviroment variables",
]
const utilities = [
"slash command support",
// "chat command support", // removed in this main branch, use v14-js branch instead
"explemples using essential bot features",
]
const error = [
"error handling",
"discord logging (using dis-logs package)",
]
const docs = [
"documentation",
"easy to understand",
"easy to use",
]
Check out the wiki for more information about the template and how to use it, even if its your first discord bot ever.
Check the Wiki Here
This project is licensed under CC BY-NC 4.0.
+ You are free to:
• Share: Copy and redistribute the material in any medium or format.
• Adapt: Remix, transform, and build upon the material.
+ Under the following terms:
• Attribution: You must give appropriate credit, provide a link to original the source repository, and indicate if changes were made.
• Non-Commercial: You may not use the material for commercial purposes.
- You are not allowed to:
• Sell: This license forbids selling original or modified material for commercial purposes.
• Sublicense: This license forbids sublicensing original or modified material.
The content of this project is ©️ by IMXNOOBX and the respective contributors. See the LICENSE.md file for details.