diff --git a/structure/client/components/inhibitors/Throttle.js b/structure/client/components/inhibitors/Throttle.js index d67bfe3..96d74d0 100644 --- a/structure/client/components/inhibitors/Throttle.js +++ b/structure/client/components/inhibitors/Throttle.js @@ -14,6 +14,7 @@ class Throttle extends Inhibitor { execute(message, command) { + if (message.author.developer) return super._succeed(); const throttle = this.throttleCommand(message, command); if(throttle) {