The new discord bot for the Competitive Programming Club at Liberty University.
This bot tracks how many points people have gained at Liberty University. It also generates graphs to display people's progress throughout the semester.
- Setup the config.json file
- Make a .env file
- Put
TOKEN="<TOKEN>"
in the file - Replace
<TOKEN>
with your discord bot token
pip install -r requirements.txt
! You will need to update the config.json before you begin running the bot to set the correct guildid and leaderboard_channel_id.
to run:
python src/main.py
made with ❤️ by cameron (wzid)