This might work better

This commit is contained in:
Daniel Odendahl Jr
2018-05-30 12:06:49 +00:00
parent e6b6b56740
commit ceaca8da75
+2 -4
View File
@@ -2,10 +2,8 @@ const { Command } = require('discord.js-commando');
class XiaoCommand extends Command {
constructor(client) {
super(client, {
argsPromptLimit: 1,
argsSingleQuotes: false
});
this.argsPromptLimit = 1;
this.argsSingleQuotes = false;
}
}