diff options
author | Kyomotoi <37587870+Kyomotoi@users.noreply.github.com> | 2020-07-13 23:24:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 23:24:30 +0800 |
commit | 4aca8b537bc29f46735f38d7f9d0ed95128a85a8 (patch) | |
tree | 666ed024450cb1454d8beeeff612a0d563d1d889 | |
parent | fbbba78e84dc17fe91a14e83129756bad9f8e2aa (diff) | |
download | ATRI-4aca8b537bc29f46735f38d7f9d0ed95128a85a8.tar.gz ATRI-4aca8b537bc29f46735f38d7f9d0ed95128a85a8.tar.bz2 ATRI-4aca8b537bc29f46735f38d7f9d0ed95128a85a8.zip |
Update chat.py
-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 = ( '吾辈不是很能理解主人的意思...', |