Skip to content

A easy-to-use template for building Discord bots with Discord.js. Designed for developers looking to jumpstart their projects, it offers customizable commands, efficient event handling, and all the essential features to quickly bring your bot to life.

License

Notifications You must be signed in to change notification settings

NoSkill33/DiscordJS-Bot-Template

Repository files navigation

DiscordJS Bot Template

Getting Started

These instructions will help you set up a local copy of the project for development and testing purposes.

Installation

Below is an example of how you can set up the DiscordJS Bot Template for your Project:

  1. Clone the Repository
    Open your terminal and run the following command to clone the repository to your local machine:

    git clone https://github.com/NoSkill33/DiscordJS-Bot-Template.git
    
  2. Navigate to the Project Directory
    Change to the directory where the bot was cloned:

    cd discordjs-bot-template
    
  3. Install Dependencies
    Ensure you have Node.js and npm (Node Package Manager) installed. Then, install the necessary packages by running:

    npm install
    
  4. Configure the Bot
    Open the configuration file located at config/config.EXAMPLE.json rename it to config.json and customize the settings according to your preferences. You can set the bot's name, log channel, and other important configurations there.

  5. Start the Bot
    To start the bot, navigate to the main directory of your project and run the following command:

    node bootstrap.js
    

Caution

Important: Please refrain from sharing your Discord bot token! Sharing your token can give unauthorized users complete control over your bot. To keep your token secure, store it safely in a .json file.

Authors

  • NoSkill - Created the initial version of the template and is actively working on improving the bot.

See also the list of contributors who have contributed to this project.

About

A easy-to-use template for building Discord bots with Discord.js. Designed for developers looking to jumpstart their projects, it offers customizable commands, efficient event handling, and all the essential features to quickly bring your bot to life.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published