From a5a914c94e616d7517a7ca21f7ded4729027cd67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=99=E1=B4=80=E1=B4=85=20=E1=B4=8D=E1=B4=9C=C9=B4?= =?UTF-8?q?=E1=B4=85=E1=B4=80=20=F0=9F=8C=B8?= <154504921+Badhacker98@users.noreply.github.com> Date: Tue, 15 Oct 2024 05:30:49 +0530 Subject: [PATCH] Update zchatbot.py --- shizuchat/modules/zchatbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shizuchat/modules/zchatbot.py b/shizuchat/modules/zchatbot.py index b5c8fe8..f77e8eb 100644 --- a/shizuchat/modules/zchatbot.py +++ b/shizuchat/modules/zchatbot.py @@ -314,12 +314,12 @@ async def cb_handler(_, query: CallbackQuery): elif query.data == "ADMINS": await query.message.edit( text=ADMIN_READ, - reply_markup=InlineKeyboardMarkup(CHATBOT_BACK), + reply_markup=InlineKeyboardMarkup(NEXT), ) elif query.data == "AIBOT_CMD": await query.message.edit( text=AIBOT_READ, - reply_markup=InlineKeyboardMarkup(NEXT), + reply_markup=InlineKeyboardMarkup(CHATBOT_BACK), ) elif query.data == "ADMIN_READ2":