diff options
Diffstat (limited to 'AyaBot/plugins/welcome.py')
-rw-r--r-- | AyaBot/plugins/welcome.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AyaBot/plugins/welcome.py b/AyaBot/plugins/welcome.py index 8affdd8..3fcc1a9 100644 --- a/AyaBot/plugins/welcome.py +++ b/AyaBot/plugins/welcome.py @@ -4,7 +4,7 @@ from aiocqhttp.exceptions import ActionFailed bot=nonebot.get_bot() request_flag=False -master = bot.config.SUPERUSERS[0] +master = bot.config.SUPERUSERS #FROM Joenothing-lst |