Skip to content

Run Locally

Stefouch edited this page Aug 28, 2020 · 1 revision

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!

Clone this wiki locally