A discord bot which helps interact with Polygon to manage problems, contests, ...
- Get problem information
- Get contest information
- Download problem package
Clone this repository
pip3 install -r requirements- Base on file
.env-example, create file.env
- Create a discord bot, add it to your discord server.
- Then use
python main.pyto run the bot. Remember to edit data in.env. - Use
!helpto see list command
Most of the code was copied from the old VOJ bot. I don't have time to refactor it yet.