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 15, 2024
1 parent dc0f2e2 commit a5a914c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shizuchat/modules/zchatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit a5a914c

Please sign in to comment.