anqueue / OuraEmotes

Add BTTV/FFZ emotes directly to your Discord Server
GNU General Public License v3.0
2 stars 2 forks source link

Moved cooldown to only add the user to a cooldown if the command exists #12

Closed anqueue closed 3 years ago

anqueue commented 3 years ago

this is to prevent a boring, 5 second wait when you make a typo

PR Checklist:

Description:

Moves the code to add the user to the cooldown to only add the user if the target command exists.

Before if you made a typo in the command you would have to wait 5 seconds to run the command again, this fixes it