Skip to content

Commit

Permalink
Console whole message text
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Sep 16, 2019
1 parent 2046327 commit beb74e2
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 @@ -21,7 +21,7 @@ const interactionLeaderAdd = (bot, message) => {
return
}

console.log(message.text)
console.log(message)
})
}

Expand Down

0 comments on commit beb74e2

Please sign in to comment.