Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 252 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 252 Bytes

To run locally

You need to add .env file at the root, which should look like:

BOT_TOKEN=<your_bot_token>
TEST_GUILD_ID=<your_guild_id>

Then, run npm install to install dependencies.

Finally, run npm start and the bot should log in.