From ceaa0198172ab85e6119468cabd9df9c6d62fb70 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 2 May 2020 22:23:28 -0400 Subject: [PATCH] AutoReply Commands should not have throttling --- package.json | 2 +- structures/commands/AutoReply.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 390829ab..5e6148aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "114.0.2", + "version": "114.0.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": { diff --git a/structures/commands/AutoReply.js b/structures/commands/AutoReply.js index a2b03fe2..405fdea0 100644 --- a/structures/commands/AutoReply.js +++ b/structures/commands/AutoReply.js @@ -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) {