Skip to content

A simple discord.js bot template to create your own discord bot. Made by 1louch

License

Notifications You must be signed in to change notification settings

Kerem24/discord-simple-template

Repository files navigation

Discord Simple Template

It is a simple template project for the basis of Discord bots. Made and licensed by 1louch

Requirements

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.

Setup

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"
}

Features

  • Slash Commands
  • Error Handling System
  • Global Commands
  • Templates.txt file to not keep you busy

Badges

MIT License GPLv3 License AGPL License

License

MIT

About

A simple discord.js bot template to create your own discord bot. Made by 1louch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published