Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.43 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.43 KB

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 😉