Skip to content

Commit

Permalink
Update leaderAdd.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Sep 18, 2019
1 parent d90428e commit 814c25e
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 @@ -57,6 +57,7 @@ const interactionLeaderAdd = (bot, message) => {
.then(taggedUser => {
// ensure we can assign the leader to this club
console.log(taggedUser.leader)
console.log(commandUser.club.id, taggedUser.leader.fields['Clubs'])
const clubs = [
commandUser.club.id,
...taggedUser.leader.fields['Clubs'],
Expand Down

0 comments on commit 814c25e

Please sign in to comment.