diff options
author | Kyomotoi <[email protected]> | 2020-08-02 00:59:51 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-02 00:59:51 +0800 |
commit | 4e8f2825ace373af18e1facd7db48ccdbdf5ce85 (patch) | |
tree | aee6de4b42a9b962c42edadcfd6d95b249f75e57 /config.py | |
parent | ceb80eac89fd5f56cafe5d1e0ea0372d2305f190 (diff) | |
download | ATRI-4e8f2825ace373af18e1facd7db48ccdbdf5ce85.tar.gz ATRI-4e8f2825ace373af18e1facd7db48ccdbdf5ce85.tar.bz2 ATRI-4e8f2825ace373af18e1facd7db48ccdbdf5ce85.zip |
[Update] fix
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |