This commit is contained in:
Daniel Odendahl Jr
2017-04-27 13:20:15 +00:00
parent 680005c457
commit 6318598e42
-3
View File
@@ -22,10 +22,7 @@ module.exports = class MemberLogCommand extends Command {
run(message, args) {
const { channel } = args;
console.log(channel);
message.guild.settings.set('memberLog', channel.name);
console.log(channel);
console.log(message.guild.settings.get('memberLog'));
return message.say(`Member Log channel set to ${channel.name}.`);
}
};