diff options
-rw-r--r-- | AyaBot/plugins/chat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AyaBot/plugins/chat.py b/AyaBot/plugins/chat.py index 8227052..93526e3 100644 --- a/AyaBot/plugins/chat.py +++ b/AyaBot/plugins/chat.py @@ -11,6 +11,7 @@ from nonebot.helpers import render_expression from nonebot import on_command, CommandSession, on_natural_language, NLPSession, IntentCommand bot = nonebot.get_bot() +mastwr = bot.config.SUPERUSERS ERROR_REPLY = ( '吾辈不是很能理解主人的意思...', |