mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 13:56:25 +02:00
This might work better
This commit is contained in:
@@ -2,10 +2,8 @@ const { Command } = require('discord.js-commando');
|
|||||||
|
|
||||||
class XiaoCommand extends Command {
|
class XiaoCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
this.argsPromptLimit = 1;
|
||||||
argsPromptLimit: 1,
|
this.argsSingleQuotes = false;
|
||||||
argsSingleQuotes: false
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user