mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Fix log
This commit is contained in:
parent
e306706e3e
commit
c4b53aa4e7
1 changed files with 3 additions and 3 deletions
|
|
@ -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}",
|
||||
)
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue