Skip to content

Commit

Permalink
Fix channel id in rename success message
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Sep 16, 2019
1 parent c45f018 commit 2046327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/rename.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const interactionRename = (bot, message) => {
bot.whisper(
message,
transcript('tutorial.renamedChannel', {
channel: userRecord.fields['Slack Channel ID'],
channel,
})
)

Expand Down

0 comments on commit 2046327

Please sign in to comment.