mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 04:14:51 +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(
|
InlineKeyboardButton(
|
||||||
text="🌀 Open in Web",
|
"🌀 Open in Web",
|
||||||
callback_data=f"close#{message.from_user.id}",
|
markup,
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
InlineKeyboardButton(
|
InlineKeyboardButton(
|
||||||
text="❌ Close",
|
text="❌ Close",
|
||||||
callback_data=f"close#{message.from_user.id}",
|
f"close#{message.from_user.id}",
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue