Discord bot which can help user to get schedule for the upcoming and ongoing codeforces contests on their discord server.
It is used by members of our coding club on discord. (Nearly 30+ students are using this bot) and we are trying to make it better.
- Register your bot on discord and generate Client token for that bot
- Clone this project and run following command in terminal.
npm install
- Create env file and add your token id in env file in following manner -
API_KEY = YOUR_DISCORD_BOT_TOKEN
- Run following command in your terminal-
node index.js
- Now, you can see that your bot is online, whenever you will type "contest" in any channel, you will get schedule for contests.
- Javascript
- Node
- Discord.js
If you want to more about this, you can read my article here