Update bot.py

parent fc4cce99
......@@ -423,7 +423,7 @@ async def report_spam(message: types.Message):
warning_text = f"⚠️ Внимание, замечен спам! {moderators_text}\n\n"
warning = await spam_message.reply(warning_text)
# Удаляем своё сообщение
# Удаляем сообщение с командой
await message.delete()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment