Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 468 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 468 Bytes

DiscordBot

Setting up workspace

  1. Install all pip packages:
    pip install -r .\requirements.txt
    

Running in locally

  1. Add bot tokens to configuration folder:
    1. For bot with all features add token to configuration/bot_token.txt
    2. For dev bot with limited features enabled add token to configuration/dev_bot_token.txt
  2. Run bot in dev mode:
    python src/bot.py dev
    
  3. Run bot in prod mode:
    python src/bot.py