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 11, 2024
1 parent e684169 commit 4a91cc3
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 @@ -314,7 +314,7 @@ async def cb_handler(_, query: CallbackQuery):
text=ADMIN_READ,
reply_markup=InlineKeyboardMarkup(MUSIC_BACK_BTN),
)
elif query.data == "AIBOT_CMD":
elif query.data == "AIBOT_CMD":
await query.message.edit(
text=AIBOT_READ,
reply_markup=InlineKeyboardMarkup(HELP_BTN),
Expand Down

0 comments on commit 4a91cc3

Please sign in to comment.