diff --git a/utils/commands.py b/utils/commands.py index 995a1a6..9873c08 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -239,6 +239,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: