sjalkote / thonk-bot

The source code for a discord bot that I am creating to learn more about the discord.py rewrite, as well as an excuse to do something when I'm bored.

Home Page:https://thonkbot.zetasj.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]: Remind Command Cooldown

sjalkote opened this issue · comments

When the command is invoked, the cooldown activates, like expected. However this leads to problems, if the user fails to use the command correctly through something like an invalid time format, it will invoke the cooldown and prevent them from retrying.

Check the TODO comment on line 113 of the utility.py cog as of commit b10bbc4.

Looking good, still not PR'd to production branch from dev yet, I think I may need to find a solution to invalid inputs like ?!remind asdfghjl. As of right now however, errors with invalid time such as ?!remind 5e info are now cooldown-proof!

Resolved!