Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 953 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 953 Bytes

Discord Node Chat Bot Template

A simple Discord bot made with Node.js

Prerequisites

Install Node.js

Getting started

Install the project dependencies: npm install

Create a Discord bot

Add your bot to a server

  • Create an invite link for your bot (Instructions)
  • Send your invite link to the server owner and have them grant access to the bot

This is the CONFIG object mentioned above:

// Config properties
const CONFIG = {
    token: "TOKEN GOES HERE"
};

Dependencies

"chalk": "^4.1.0",
"discord.js": "^12.3.1",
"node": "^14.8.0"