@ -82,7 +82,7 @@ async def grab_quote(bot: object, *author: str) -> str:
if not author:
return await bot.send("You haven\'t told me whose sentence I'm supposed to grab!")
if author == bot.author.name:
if author == bot.author.name or author == "Neeble" or author == "neebly":
return await bot.send("ALERTA LAMBEÇÃO DE CACETA")
if author in quote_content.keys():