FIX: Wrong entry

ipm
Kamal Curi 2 years ago
parent d641c6ef42
commit 3ecea134b6

@ -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 "\

Loading…
Cancel
Save