diff options
| author | Kyomotoi <37587870+Kyomotoi@users.noreply.github.com> | 2020-06-14 00:36:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-14 00:36:30 +0800 |
| commit | 327333a5c65490d8ecae13314612731819bd31df (patch) | |
| tree | bc7fd0774bdb7860b06ef297f89e3e486afcdd27 /AyaBot | |
| parent | cc9ce1bfcd695c74fd3d2dbdc39bd147d444e6b7 (diff) | |
| download | ATRI-327333a5c65490d8ecae13314612731819bd31df.tar.gz ATRI-327333a5c65490d8ecae13314612731819bd31df.tar.bz2 ATRI-327333a5c65490d8ecae13314612731819bd31df.zip | |
Update welcome.py
Diffstat (limited to 'AyaBot')
| -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 |
