diff --git a/src/interactions/leaderAdd.js b/src/interactions/leaderAdd.js index 229f0c09..f73138ed 100644 --- a/src/interactions/leaderAdd.js +++ b/src/interactions/leaderAdd.js @@ -29,7 +29,7 @@ const interactionLeaderAdd = (bot, message) => { } if (!commandUser.club.fields['Slack Channel ID'] != channel) { - console.log(`${commandUser.user} doesn't own this channel`) + console.log(`${user} doesn't own this channel`) bot.whisper(message, transcript('leaderAdd.invalidChannel')) return }