From 54be30cc199895bb92da5fe7206d69f5a0999857 Mon Sep 17 00:00:00 2001 From: Navy Date: Mon, 25 May 2020 00:40:48 +0300 Subject: [PATCH] devs bypass throttle --- structure/client/components/inhibitors/Throttle.js | 1 + 1 file changed, 1 insertion(+) 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) {