Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 385 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 385 Bytes

graderoomba

Graderoom Discord Bot

Requires Python >=3.8

Rename example.env to .env and input required values

Run python3 -m pip install -r requirements.txt

Then run python3 graderoomba.py to start the bot

If you want to run script in the background on Linux:

  • Use chmod +x startup.sh to make the startup script executable.
  • Then, run ./startup.sh to start the bot