devs bypass throttle

This commit is contained in:
Erik 2020-05-25 00:40:48 +03:00
parent 1ad69ff44e
commit 54be30cc19

View File

@ -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) {