From f77d112b127dbc8a29b882061e77de6fe5daa71c Mon Sep 17 00:00:00 2001 From: Kamal Curi Date: Thu, 20 Jul 2023 16:02:43 -0300 Subject: [PATCH] FIX: will not grab commands --- utils/commands.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils/commands.py b/utils/commands.py index 35753f0..b063af2 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -83,7 +83,10 @@ async def grab_quote(bot: object, *author: str) -> str: return await bot.send("You haven\'t told me whose sentence I'm supposed to grab!") if author == bot.author.name or author == "Neeble" or author == "neebly": - return await bot.send("ALERTA LAMBEÇÃO DE CACETA") + return await bot.send("`ALERTA LAMBEÇÃO DE CACETA`") + + if quote_content[author][:2] == "--": + return await bot.send("I will not grab commands.") if author in quote_content.keys(): try: