/DiscordJS-Bot-Template

A versatile Discord bot template built with Discord.js. Perfect for developers who want a quick start with customizable commands, event handling, and essential features to kick off a new Discord bot project. Get ready to enhance your server with ease!

Primary LanguageJavaScriptMIT LicenseMIT

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.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.