Skip to content

Releases: judge0/discord-bot

Judge0 Discord Bot v1.0.1

25 Nov 23:53
bb7ee7b
Compare
Choose a tag to compare

Dependency fix release.

Other Changes

  • Dependencies set to support the latest release of discord.py

Judge0 Discord Bot v1.0.0

31 Oct 12:44
e84a6dc
Compare
Choose a tag to compare

v1.0.0 (2019-10-31)

This is the first production ready release of Judge0 Discord Bot.

Deployment Procedure

  1. Install Docker and Docker Compose.
  2. Download and extract release archive:
wget https://github.com/judge0/discord-bot/releases/download/v1.0.0/judge0-discord-bot-v1.0.0.zip
unzip judge0-discord-bot-v1.0.0.zip
  1. Add your bot token to docker-compose.yml.
  2. Run all services:
cd judge0-discord-bot-v1.0.0
docker-compose up -d
  1. Your instance of Judge0 Discord Bot is now up and running and you can check its status with ;info on your Discord server.