diff --git a/motd b/motd index 8c9dff4..9af19b4 100644 --- a/motd +++ b/motd @@ -5,7 +5,7 @@ █ ▄ █ ▄▄▄█ ▄▄▄█ ▄ ██ █▄▄▄█ ▄▄▄█ █ █ █ █ █▄▄▄█ █▄▄▄█ █▄█ █ █ █▄▄▄ █▄█ █▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█ -Neeble version: 2023.07.19 +Neeble version: 2023.07.19a Help with the development of neeble-bot in https://brejela.club/neeble-club/neeble Thank you! diff --git a/utils/commands.py b/utils/commands.py index bf9f10f..ecda1e1 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -82,6 +82,9 @@ 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: + return await bot.send("ALERTA LAMBEÇÃO DE CACETA") + if author in quote_content.keys(): try: grabber = bot.author.name