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-bot
npm install
npm run build
- And then pass token as environment variable or use
.env
file:
DISCORD_TOKEN=<your token here>
- Create Discord application
- Add bot to server
- Create
.env
file in project root withDISCORD_TOKEN
- Run
npm run dev
command
PR's and issues are welcome 😉