mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
make prompt limit 0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user