浏览代码

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 年前
父节点
当前提交
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(

正在加载...
取消
保存