浏览代码

.

tags/v1.1.0
roxie 6 年前
父节点
当前提交
f610242c4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      main.py

+ 1
- 1
main.py 查看文件

@@ -23,7 +23,7 @@ logger.addHandler(handler)

server_config = ServerConfig()
bot = commands.Bot(command_prefix=load_config.command_prefix, description=load_config.description)
bot.dev = True # For debugging
bot.dev = False # For debugging
bot.owner = load_config.owner
# TODO: Put load_config variables into the bot variable so we can pass all of it to the cogs as one.
# Can't do this with server config in any meaningful way since it still needs updating.

正在加载...
取消
保存