Skip to content

Commit

Permalink
Attempt to vocalize errors in /leader-add
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Sep 28, 2019
1 parent d405640 commit 19a39fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/leaderAdd.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const interactionLeaderAdd = (bot, message) => {
return
}

getInfoForUser(user)
return getInfoForUser(user)
.then(commandUser => {
if (!commandUser.leader) {
console.log(
Expand Down

0 comments on commit 19a39fe

Please sign in to comment.