mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +00:00
Fix
This commit is contained in:
parent
16872b4e9b
commit
7e721da194
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ async def evaluation_cmd_t(_, m):
|
|||
reply_markup=InlineKeyboardMarkup([[InlineKeyboardButton(text="❌ Close", callback_data=f"close#{m.from_user.id}")]]),
|
||||
)
|
||||
os.remove("MissKatyEval.txt")
|
||||
if m.from_user.is_self:
|
||||
if not m.from_user.is_self:
|
||||
await m.delete()
|
||||
else:
|
||||
await status_message.delete()
|
||||
|
|
|
|||
Loading…
Reference in a new issue