A bot sending notifications about upcoming contests to Discord.
Currently supported platforms:
We provide docker image at: akiko643/discord-contest-bot
All you need is to load image and pass bot's token to container:
docker run -dit --name discord-contest-bot -e DISCORD_TOKEN=<your token here> akiko643/discord-contest-botnpm install
npm run build- And then pass token as environment variable or use
.envfile:
DISCORD_TOKEN=<your token here>
- Create Discord application
- Add bot to server
- Create
.envfile in project root withDISCORD_TOKEN - Run
npm run devcommand
PR's and issues are welcome 😉