-
Install Dependencies: Make sure you have Node.js installed. Then, install the necessary dependencies by running:
npm install
-
Create a
.env
File: Place a.env
file in the same directory asbot.js
with your Discord bot authentication token. You can find this token in the Discord Developer Portal. The.env
file should contain a single line like this:TOKEN="YOUR_BOT_TOKEN"
-
Configuration: Fill out the developer section in the
config.js
file.
Start the bot by running:
node bot.js