Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 577 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 577 Bytes

🤖 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