Describe the bug
If you produce an error when interacting with the def warden upload command, it can get stuck and prevent you from using it, giving the message This command is on cooldown. Try again in a day., where quit does not refresh it and the only presumable resolution is reloading the cog (not ideal with the way it's designed)
To Reproduce
Steps to reproduce the behavior:
Issue command def warden upload
Upload a rule that would cause the command to error Error in command 'defender warden upload'.
Attempt to run the command again def warden upload
Receive error message This command is on cooldown. Try again in a day.
Expected behavior
Command should properly reset and not lock the operator out for presumably over a day.
Cog
Describe the bug If you produce an error when interacting with the
def warden upload
command, it can get stuck and prevent you from using it, giving the messageThis command is on cooldown. Try again in a day.
, wherequit
does not refresh it and the only presumable resolution is reloading the cog (not ideal with the way it's designed)To Reproduce Steps to reproduce the behavior:
def warden upload
Error in command 'defender warden upload'.
def warden upload
This command is on cooldown. Try again in a day.
Expected behavior Command should properly reset and not lock the operator out for presumably over a day.