/CodBot

An open source bot for Call Of Duty MW2

Primary LanguageJavaScript

Deployment

First, install all dependencies with:

npm install 

# or 

yarn install

Second, add a .env file with the following variables: (They are found in your discord application)

TOKEN=your_token
CLIENT_ID=your_client_id
TEST_GUILD_ID=your_test_guild_id

Finally, run the bot with:

npm start