mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
AutoReply Commands should not have throttling
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user