mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Set argsPromptLimit to 2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user