Skip to content
/ Discord.js-template Public template

🤖 This is a template repo for discord.js bots

Notifications You must be signed in to change notification settings

Vabolos/Discord.js-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Discord.js-template

A template for Discord.js bots.

📥 Installation

  1. Clone the repository:

    git clone https://github.com/Vabolos/Discord.js-template.git
  2. Install dependencies:

    npm install
  3. Create a config.json file and add the following code to it:

    {
        "token": "TOKEN",
        "clientId": "ID",
        "guildId": "ID"
    }
  4. Run the bot:

    node .

If you have nodemon installed, you can simply do:

nodemon

About

🤖 This is a template repo for discord.js bots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published