diff --git a/structures/Command.js b/structures/Command.js index 25a07bb6..97bbf6f9 100644 --- a/structures/Command.js +++ b/structures/Command.js @@ -2,7 +2,7 @@ const { Command } = require('discord.js-commando'); class XiaoCommand extends Command { constructor(client, info) { - if (typeof info.argsPromptLimit === 'undefined') info.argsPromptLimit = 1; + if (typeof info.argsPromptLimit === 'undefined') info.argsPromptLimit = 0; super(client, info); this.argsSingleQuotes = info.argsSingleQuotes || false;