diff options
Diffstat (limited to 'AyaBot/config.py')
-rw-r--r-- | AyaBot/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AyaBot/config.py b/AyaBot/config.py index a7e6456..ea756a8 100644 --- a/AyaBot/config.py +++ b/AyaBot/config.py @@ -6,7 +6,7 @@ HOST = '127.0.0.1' PORT = 8080 #ADMIN -SUPERUSERS = {1172294279} +SUPERUSERS = {} #机器人赋名,替代@ NICKNAME = {'喵内', 'rbq', 'Aya'} |