Browse Source

fixed logger issues just by disabling it for now. Going to move to a tmux system kinda like how https://linuxgsm.com/ do their shell scripts.

tags/v2.1.0
Roxie Gibson 5 years ago
parent
commit
6b105eb77f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      roxbot.py

+ 3
- 3
roxbot.py View File

@@ -65,9 +65,9 @@ class term:


# Sets up Logging
discord_logger = logging.getLogger('discord')
discord_logger.setLevel(logging.INFO)
discord_logger.addHandler(roxbot.handler)
#discord_logger = logging.getLogger('discord')
#discord_logger.setLevel(logging.INFO)
#discord_logger.addHandler(roxbot.handler)


bot = commands.Bot(

Loading…
Cancel
Save