From 847d51532fa48b015a0d98febe19c3ae62422cd1 Mon Sep 17 00:00:00 2001 From: Kamal Curi Date: Mon, 23 Oct 2023 11:56:59 -0300 Subject: [PATCH] ADD: Caceta lambetion alert for --quser --- utils/commands.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/commands.py b/utils/commands.py index 30159c1..d716387 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -238,6 +238,9 @@ async def by_user(bot: object, *user: str) -> str: user = user[0] + if user == bot.author.name: + return await bot.send("`ALERTA LAMBEÇÃO DE CACETA`") + quote = get_by_user(user) if not quote: