diff --git a/structures/Command.js b/structures/Command.js index da0f69ca..f26b204e 100644 --- a/structures/Command.js +++ b/structures/Command.js @@ -20,7 +20,7 @@ module.exports = class XiaoCommand extends Command { } hasPermission(msg, ownerOverride) { - if (ownerOverride && this.client.isOwner(msg.author)) return true; + if (this.client.isOwner(msg.author)) return true; if (this.patronOnly && !this.client.patreon.isPatron(msg.author.id)) { return stripIndents` The \`${this.name}\` command can only be used by Patrons.