diff options
author | Kyomotoi <[email protected]> | 2020-07-12 10:19:55 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-12 10:19:55 +0800 |
commit | 45efe1771ee8295749b97ea696db921a85f4d0e0 (patch) | |
tree | 9c45af35c6f204482316f06e435d8dfb75794e10 /AyaBot/plugins | |
parent | 665a7fa2f3f1d3338f604dde5811ba6a5f13947e (diff) | |
download | ATRI-45efe1771ee8295749b97ea696db921a85f4d0e0.tar.gz ATRI-45efe1771ee8295749b97ea696db921a85f4d0e0.tar.bz2 ATRI-45efe1771ee8295749b97ea696db921a85f4d0e0.zip |
Update other.py
Diffstat (limited to 'AyaBot/plugins')
-rw-r--r-- | AyaBot/plugins/other.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/AyaBot/plugins/other.py b/AyaBot/plugins/other.py index 337b4ba..ab1a7a4 100644 --- a/AyaBot/plugins/other.py +++ b/AyaBot/plugins/other.py @@ -5,7 +5,6 @@ from nonebot import on_command, CommandSession, permission as perm bot = nonebot.get_bot() master = bot.config.SUPERUSERS -bangroup = bot.config.bangroup @on_command('关于', aliases=['关于', '关于机器人'], only_to_me=False) |