mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 08:22:22 +02:00
argsPromptLimit and no single quotes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
const Command = require('../../structures/Command');
|
||||
|
||||
class XiaoCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
argsPromptLimit: 1,
|
||||
argsSingleQuotes: false
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = XiaoCommand;
|
||||
Reference in New Issue
Block a user