No mention prefix

This commit is contained in:
Dragon Fire
2021-06-06 14:59:34 -04:00
parent 7f28501b47
commit ef1253f87f
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ module.exports = class CommandClient extends Client {
super(options);
this.commandPrefix = options.commandPrefix;
this.mentionPrefix = typeof options.mentionPrefix === 'undefined' ? true : Boolean(options.mentionPrefix);
this.owner = typeof options.owner === 'string' ? [options.owner] : options.owner;
this.invite = options.invite || null;
this.registry = new Registry(this);