FIX: More conditions for caceta-lambetion alert

ipm
Kamal Curi 2 years ago
parent 888d0135d0
commit 476f4d248b

@ -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():

Loading…
Cancel
Save