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: