This commit is contained in:
Dragon Fire
2018-07-26 21:01:20 -04:00
parent 392cffec1c
commit d5aa3d4ab0
6 changed files with 13 additions and 15 deletions
-1
View File
@@ -2,7 +2,6 @@ const { Command } = require('discord.js-commando');
class XiaoCommand extends Command {
constructor(client, info) {
if (typeof info.argsPromptLimit === 'undefined') info.argsPromptLimit = 0;
super(client, info);
this.argsSingleQuotes = info.argsSingleQuotes || false;