Score counter using Discord bot for CSIE camp.
- Python 3.10.12
- discord.py 2.3.2
- Clone this repository
- Create virtual environment with Python 3.10.12
- setting up the environment variables.
example of virtualenv:
activate
:
...
deactivate () {
...
unset DC_BOT_TOKEN
}
...
export DC_BOT_TOKEN="<Your Discord Bot Token>"
- activate the virtual environment
- Run the bot
python main.py