Create a .env file with the bot's token
TOKEN=YOUR_TOKEN_HERE
TEST_GUILD_ID=YOUR_GUILD_ID_HERE [ONLY ADD THIS IF YOU WANT TO TEST THE BOT IN DEVELOPMENT]
Install node modules using yarn:
yarn
Create a .env file with the bot's token
TOKEN=YOUR_TOKEN_HERE
TEST_GUILD_ID=YOUR_GUILD_ID_HERE [ONLY ADD THIS IF YOU WANT TO TEST THE BOT IN DEVELOPMENT]
Install node modules using yarn:
yarn