mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +02:00
Last try
This commit is contained in:
@@ -2,9 +2,9 @@ const { Command } = require('discord.js-commando');
|
||||
|
||||
class XiaoCommand extends Command {
|
||||
constructor(client, info) {
|
||||
if (typeof info.argsPromptLimit === 'undefined') info.argsPromptLimit = 1;
|
||||
super(client, info);
|
||||
|
||||
this.argsPromptLimit = info.argsPromptLimit || 1;
|
||||
this.argsSingleQuotes = info.argsSingleQuotes || false;
|
||||
this.throttling = info.throttling || { usages: 1, duration: 2 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user