AutoReply Commands should not have throttling

This commit is contained in:
Dragon Fire
2020-05-02 22:23:28 -04:00
parent a97333ad4b
commit ceaa019817
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ module.exports = class AutoReplyCommand extends Command {
super(client, info);
this.reply = info.reply || false;
this.throttling = null;
}
run(msg, args, fromPattern) {