mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-09 05:04:50 +00:00
Fix
This commit is contained in:
parent
bfb8a4df5c
commit
2d38162339
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ async def evaluation_cmd_t(_, m):
|
||||||
else:
|
else:
|
||||||
await edit_or_reply(
|
await edit_or_reply(
|
||||||
m,
|
m,
|
||||||
final_output,
|
text=final_output,
|
||||||
parse_mode=enums.ParseMode.MARKDOWN,
|
parse_mode=enums.ParseMode.MARKDOWN,
|
||||||
reply_markup=InlineKeyboardMarkup([[InlineKeyboardButton(text="❌ Close", callback_data=f"close#{m.from_user.id}")]]),
|
reply_markup=InlineKeyboardMarkup([[InlineKeyboardButton(text="❌ Close", callback_data=f"close#{m.from_user.id}")]]),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue