Skip to content

Commit

Permalink
feat(roll): Improve message displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Jan 12, 2024
1 parent 2623f53 commit 4af971a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadency_commands/src/roll/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl CadencyCommand for Roll {

let roll = throw.roll();

let roll_msg = format!("**{throw_str} :ice_cube: You rolled a `{roll}`**");
let roll_msg = format!("**`{throw_str}` :ice_cube: You rolled a `{roll}`**");
Ok(response_builder.message(Some(roll_msg)).build()?)
}
}

0 comments on commit 4af971a

Please sign in to comment.