From 27459db32dee5c70756aca40a4dfad8f7f90ad7b Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Mon, 24 Aug 2020 18:09:04 +0800 Subject: [Update] --- ATRI/plugins/switch.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ATRI/plugins/switch.py') 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" -- cgit v1.2.3