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