Przeglądaj źródła

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 lat temu
rodzic
commit
6b105eb77f
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      roxbot.py

+ 3
- 3
roxbot.py Wyświetl plik

@@ -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(

Ładowanie…
Anuluj
Zapisz