Skip to content

Commit

Permalink
Log score
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Dec 15, 2023
1 parent 9a6c837 commit 48671b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/discord-bot/src/handlers/praise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ export const praiseHandler: CommandHandler = async (

collector?.on('collect', async (menuInteraction) => {
const score = Number(menuInteraction.values[0]);
logger.debug(`Score selected: ${score}`);
await givePraise(
interaction,
guild,
Expand Down

0 comments on commit 48671b5

Please sign in to comment.