mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 06:45:31 +02:00
AutoReply Commands should not have throttling
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "114.0.2",
|
||||
"version": "114.0.3",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -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