Change all throttling defaults

This commit is contained in:
Dragon Fire
2021-03-22 20:07:42 -04:00
parent 76091b29fd
commit 832595c7d0
187 changed files with 192 additions and 188 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = class XiaoCommand extends Command {
super(client, info);
this.argsSingleQuotes = info.argsSingleQuotes || false;
this.throttling = info.unknown ? null : info.throttling || { usages: 1, duration: 2 };
this.throttling = info.unknown ? null : info.throttling || { usages: 2, duration: 5 };
this.uses = 0;
this.lastRun = null;
this.credit = info.credit || [];