Skip to content

Commit

Permalink
Update zchatbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Oct 14, 2024
1 parent ed9b926 commit e42fbb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shizuchat/modules/zchatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
ADMIN_READ,
ADMIN_READ2,
BACK,
NEXT,
CHATBOT_BACK,
CHATBOT_READ,
DEV_OP,
Expand Down Expand Up @@ -324,7 +325,7 @@ async def cb_handler(_, query: CallbackQuery):
elif query.data == "ADMIN_READ2":
await query.message.edit(
text=ADMIN_READ2,
reply_markup=InlineKeyboardMarkup(CHATBOT_BACK),
reply_markup=InlineKeyboardMarkup(NEXT),
)

elif query.data == "TOOLS_DATA":
Expand Down

0 comments on commit e42fbb9

Please sign in to comment.