Skip to content

Akiko643/discord-contest-bot

Repository files navigation

discord-contest-bot

Build and deploy Code quality

A bot sending notifications about upcoming contests to Discord.

Currently supported platforms:

Setup

Using Docker:

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

Running manually:

npm install
npm run build
  • And then pass token as environment variable or use .env file:
DISCORD_TOKEN=<your token here>

Setup for development

Contributing

PR's and issues are welcome 😉