mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +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 {
|
class XiaoCommand extends Command {
|
||||||
constructor(client, info) {
|
constructor(client, info) {
|
||||||
if (typeof info.argsPromptLimit === 'undefined') info.argsPromptLimit = 1;
|
if (typeof info.argsPromptLimit === 'undefined') info.argsPromptLimit = 0;
|
||||||
super(client, info);
|
super(client, info);
|
||||||
|
|
||||||
this.argsSingleQuotes = info.argsSingleQuotes || false;
|
this.argsSingleQuotes = info.argsSingleQuotes || false;
|
||||||
|
|||||||
Reference in New Issue
Block a user