diff options
author | Kyomotoi <[email protected]> | 2020-06-07 12:09:13 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-06-07 12:09:13 +0800 |
commit | e9e2d6b76b8e0f6fe3bf928835d934d01eb28eba (patch) | |
tree | b5e85dfc221e4070df081fae0d20cd27030ebb3d /AyaBot/config.py | |
parent | 5504c5b9809dc432ef2c6e84f5c726ed01e5abc7 (diff) | |
download | ATRI-e9e2d6b76b8e0f6fe3bf928835d934d01eb28eba.tar.gz ATRI-e9e2d6b76b8e0f6fe3bf928835d934d01eb28eba.tar.bz2 ATRI-e9e2d6b76b8e0f6fe3bf928835d934d01eb28eba.zip |
some changes
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'} |