diff options
author | Kyomotoi <1172294279@qq.com> | 2020-08-24 18:09:04 +0800 |
---|---|---|
committer | Kyomotoi <1172294279@qq.com> | 2020-08-24 18:09:04 +0800 |
commit | 27459db32dee5c70756aca40a4dfad8f7f90ad7b (patch) | |
tree | 68660052a2b5b3f89745bb12aaa9099aa5245fb7 /ATRI/plugins/switch.py | |
parent | c413c33b246bb49e31f070d781a8515bb61f7909 (diff) | |
download | ATRI-27459db32dee5c70756aca40a4dfad8f7f90ad7b.tar.gz ATRI-27459db32dee5c70756aca40a4dfad8f7f90ad7b.tar.bz2 ATRI-27459db32dee5c70756aca40a4dfad8f7f90ad7b.zip |
[Update]
Diffstat (limited to 'ATRI/plugins/switch.py')
-rw-r--r-- | ATRI/plugins/switch.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ATRI/plugins/switch.py b/ATRI/plugins/switch.py index 264b93a..8abb408 100644 --- a/ATRI/plugins/switch.py +++ b/ATRI/plugins/switch.py @@ -41,8 +41,8 @@ async def _(session: CommandSession): elif com == 'SetuIMG': data["setu_img"] = "on" - elif com == 'Hbook': - data["hbook"] = "on" + elif com == "AnimeSearch": + data["anime_search"] = "on" elif com == 'AIchFace': data["change_face"] = "on" @@ -75,8 +75,8 @@ async def _(session: CommandSession): elif com == 'SetuIMG': data["setu_img"] = "off" - elif com == 'Hbook': - data["hbook"] = "off" + elif com == "AnimeSearch": + data["anime_search"] = "off" elif com == 'AIchFace': data["change_face"] = "off" |