Run Locally - Stefouch/sebedius-yearzero-discord-bot GitHub Wiki

Install Node.JS

Install the required packages with the command:

npm install

Create a .env file with the following parameter:

TOKEN="YourBotTokenAlphanumericChain"

Start the bot with the command:

npm start

And enjoy!