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 13, 2024
1 parent a331fa2 commit 526c536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shizuchat/modules/zchatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ async def cb_handler(_, query: CallbackQuery):
elif query.data == "ADMINS":
await query.message.edit(
text=ADMIN_READ,
reply_markup=InlineKeyboardMarkup(MUSIC_BACK_BTN),
reply_markup=InlineKeyboardMarkup(CHATBOT_BACK),
)
elif query.data == "AIBOT_CMD":
await query.message.edit(
Expand Down

0 comments on commit 526c536

Please sign in to comment.