Set argsPromptLimit to 2

This commit is contained in:
Dragon Fire
2021-03-27 10:57:12 -04:00
parent edcdf8bcdc
commit e80531bb5e
3 changed files with 44 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const { Command } = require('discord.js-commando');
module.exports = class XiaoCommand extends Command {
constructor(client, info) {
if (!info.argsPromptLimit) info.argsPromptLimit = 1;
if (!info.argsPromptLimit) info.argsPromptLimit = 2;
super(client, info);
this.argsSingleQuotes = info.argsSingleQuotes || false;