Skip to content

ajh13/DiscordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages