ToogaInc / ToogaBooga

An open-source Realm of the Mad God Discord chat bot designed for advanced cross-verification, moderation, and raid management.
MIT License
8 stars 4 forks source link

fix: cmds that errored no longer locks user out #247

Closed ewang2002 closed 1 year ago

ewang2002 commented 1 year ago

Before, users that ran a command (that limited the number of active users) that threw an error would not be allowed to run that command again until the bot is restarted (they would get an "Already Using Command" error from the bot).

This PR should fix that issue.