This commit is contained in:
yasir 2023-02-13 10:10:31 +07:00
parent 16872b4e9b
commit 7e721da194

View file

@ -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()