Skip to content

Commit

Permalink
change 27308$ to 5 kudos
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidholisz committed Mar 16, 2021
1 parent 24f92ed commit 48cb728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ io.on('connection', client => {

if (result.win) {
if (result.cashPrize) servo.move()
slack.post(user.mention, result.icon, result.cashPrize ? '$$$' : '2 Kudos!')
slack.post(user.mention, result.icon, result.cashPrize ? '5' : '2!')
}
})
})
Expand Down
2 changes: 1 addition & 1 deletion src/slack.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class Slack {
const result = join(times(3, () => `:slot_${icon}:`), '')

this.slack.send({
text: `<!here> <@${winner}> just got ${result} and won ${reward}!`,
text: `<!here> <@${winner}> just got ${result} and won ${reward} kudos!`,
username: 'Slot Machine'
})
}
Expand Down

0 comments on commit 48cb728

Please sign in to comment.