diff --git a/utils/commands.py b/utils/commands.py index ecda1e1..fa903c9 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -62,7 +62,7 @@ async def quote(bot: object, *quote: str) -> str: try: user = bot.author.name date = datetime.now().replace(microsecond=0) - qtid = set_quote(user, quote, date, "#notgrabbed") + qtid = set_quote(user, quote, date, "#nograb") except Exception as ex: if ex.args[0].find("Duplicate") != -1: return await bot.send("There's already a quote from that same person, with that "\