A Discord Bot that warns you when a new Clash Of Code will starts
First, you'll need to create an .env file :
# Create environment file
$ cp .env.example .envNow, for your bot you need to provide a Discord Token. (Can be created in My Apps).
Click on "New App" then on "Create App" and finally on "Create a Bot User".
Replace default value of TOKEN in .env with your token.
Then add your bot on your server with link below (replace CLIENT_ID by the Bot Client ID (can be found on your app)).
https://discordapp.com/oauth2/authorize?client_id=CLIENT_ID&scope=bot&permissions=268463168
# Use docker-compose
$ docker-compose upIf you wanna start DiscordBot-ClashOfCode without docker, you'll need to
- Install dependencies with
npm install -D - Parse .env and send variables into
npm start