diff --git a/src/interactions/leaderAdd.js b/src/interactions/leaderAdd.js index f73138ed..b7b9f7d9 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(`${user} doesn't own this channel`) + console.log(`${user} doesn't own channel ${channel}`) bot.whisper(message, transcript('leaderAdd.invalidChannel')) return }