From c929babc5f687b7c461e00255e36c2a0400a43df Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 10 May 2017 23:09:49 +0000 Subject: [PATCH] Card Public --- commands/avataredit/card.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/commands/avataredit/card.js b/commands/avataredit/card.js index bb278e13..84e575b2 100644 --- a/commands/avataredit/card.js +++ b/commands/avataredit/card.js @@ -24,10 +24,6 @@ module.exports = class CardCommand extends Command { }); } - hasPermission(msg) { - return this.client.isOwner(msg.author); - } - async run(msg, args) { if (!msg.channel.permissionsFor(this.client.user).has('ATTACH_FILES')) return msg.say('This Command requires the `Attach Files` Permission.');