mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 06:10:49 +02:00
Fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user