It is a simple template project for the basis of Discord bots. Made and licensed by 1louch
To ensure the project runs smoothly, the following requirements need to be met:
- Node.js: Download and install from the official website.
- Discord.js: Install using the command
npm install discord.js
. - Other Dependencies: Install project dependencies listed in
requirements.txt
.
Clone the git
git clone https://github.com/Kerem24/discord-simple-template.git
To install the required modules;
npm install -r requirements.txt
If this doesn't work you may need to manually download the modules from the requirements.txt file.
Run the bot
npm start
- Note: Don't even try to run with using node index.js or something else, it has to be run like this because of the module.
- To run this project, you have to do some changes;
{
"token": "your_token_goes_here",
"clientId": "bot_id_goes_here"
}
- Slash Commands
- Error Handling System
- Global Commands
- Templates.txt file to not keep you busy