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 17, 2024
1 parent 02190b8 commit cd32d38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shizuchat/modules/zchatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,11 @@ async def cb_handler(_, query: CallbackQuery):
reply_markup=InlineKeyboardMarkup(ABOUT_BTN),
disable_web_page_preview=True,
)
elif query.data == "OWNER":
await query.message.edit(
text=OWNER,
reply_markup=InlineKeyboardMarkup(NEXT),
)
elif query.data == "ADMINS":
await query.message.edit(
text=ADMIN_READ,
Expand Down

0 comments on commit cd32d38

Please sign in to comment.