Card Public

This commit is contained in:
Daniel Odendahl Jr
2017-05-10 23:09:49 +00:00
parent e0863f9e8f
commit c929babc5f
-4
View File
@@ -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.');