This commit is contained in:
yasir 2023-02-14 12:36:19 +07:00
parent e306706e3e
commit c4b53aa4e7

View file

@ -55,14 +55,14 @@ async def log_file(bot, message):
[
[
InlineKeyboardButton(
text="🌀 Open in Web",
callback_data=f"close#{message.from_user.id}",
"🌀 Open in Web",
markup,
)
],
[
InlineKeyboardButton(
text="❌ Close",
callback_data=f"close#{message.from_user.id}",
f"close#{message.from_user.id}",
)
]
]