This commit is contained in:
levina 2021-11-12 07:19:26 +07:00 committed by GitHub
parent 6df269c1ef
commit db97c04c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ async def clear_raw(_, message: Message):
os.remove(os.path.join(raw, file))
await message.reply_text("✅ **deleted all raw files**")
else:
await message.reply_text("❌ **no raw files**")
await message.reply_text("❌ **no raw files found**")
@Client.on_message(command(["cleanup"]) & ~filters.edited)