Skip to content

Commit

Permalink
Update pm_filter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit9952 committed Aug 21, 2023
1 parent 5b5ed9d commit 9fd9c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pm_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@ async def cb_handler(client: Client, query: CallbackQuery):
elif query.data == "shortlink_info":
btn = [[
InlineKeyboardButton("⟸ Bᴀᴄᴋ", callback_data="start"),
InlineKeyboardButton("Cᴏɴᴛᴀᴄᴛ", url="telegram.me/TeamHMT_Bot")
InlineKeyboardButton("Cᴏɴᴛᴀᴄᴛ", url="telegram.me/xenxd")
]]
await client.edit_message_media(
query.message.chat.id,
Expand Down

0 comments on commit 9fd9c8e

Please sign in to comment.