summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-08-02 00:59:51 +0800
committerGitHub <[email protected]>2020-08-02 00:59:51 +0800
commit4e8f2825ace373af18e1facd7db48ccdbdf5ce85 (patch)
treeaee6de4b42a9b962c42edadcfd6d95b249f75e57 /config.py
parentceb80eac89fd5f56cafe5d1e0ea0372d2305f190 (diff)
downloadATRI-4e8f2825ace373af18e1facd7db48ccdbdf5ce85.tar.gz
ATRI-4e8f2825ace373af18e1facd7db48ccdbdf5ce85.tar.bz2
ATRI-4e8f2825ace373af18e1facd7db48ccdbdf5ce85.zip
[Update] fix
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.py b/config.py
index d1e4198..ee618a2 100644
--- a/config.py
+++ b/config.py
@@ -16,6 +16,8 @@ NICKNAME = {}
#自定义命令开头
COMMAND_START = {}
+BANGROUP = []
+
#API url:https://api.lolicon.app/#/setu
LOLICONAPI = "574300555ee56eb2be5e03"
@@ -108,4 +110,4 @@ else:
if wait == "Y" or 'y':
pass
else:
- os._exit(0) \ No newline at end of file
+ os._exit(0)