Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 481 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 481 Bytes

score_counter_bot

Score counter using Discord bot for CSIE camp.

Environment

  • Python 3.10.12
  • discord.py 2.3.2

Usage

  1. Clone this repository
  2. Create virtual environment with Python 3.10.12
  3. setting up the environment variables.

example of virtualenv: activate:

...
deactivate () {

    ...

    unset DC_BOT_TOKEN
}

...

export DC_BOT_TOKEN="<Your Discord Bot Token>"
  1. activate the virtual environment
  2. Run the bot
python main.py