Skip to content

Commit

Permalink
Update src/slack.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Brage <[email protected]>
  • Loading branch information
joleeee and brage-andreas authored Mar 20, 2024
1 parent fa00c6c commit 78a5a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async fn handle_slash_command(

let spins = stats.spin_counts(&message.payload.user_id);
let spin_msg = match spins {
0 => "Du har *en gratis* respin igjen.".to_string(),
0 => "Du har *én gratis* respin igjen.".to_string(),
1 => "Du har *ingen gratis* respins igjen.".to_string(),
x => format!(
"Du har spunnet {} ganger. Straffer: {}",
Expand Down

0 comments on commit 78a5a4e

Please sign in to comment.