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 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "114.0.2",
"version": "114.0.3",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {
+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) {