Просмотр исходного кода

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 лет назад
Родитель
Сommit
6b105eb77f
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      roxbot.py

+ 3
- 3
roxbot.py Просмотреть файл

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

Загрузка…
Отмена
Сохранить