Skip to content

Commit

Permalink
log new clubs value in leader-add
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Sep 18, 2019
1 parent a3a3658 commit d90428e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interactions/leaderAdd.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const interactionLeaderAdd = (bot, message) => {
commandUser.club.id,
...taggedUser.leader.fields['Clubs'],
]
console.log(clubs)
return airPatch('Leaders', taggedUser.leader.id, { Clubs: clubs }).then(
() => {
bot.whisper(
Expand Down

0 comments on commit d90428e

Please sign in to comment.