Bold player names

msg_refactor
Joey Hines 2022-03-15 16:08:01 -06:00
parent a72fb8a899
commit 935e0bb3f3
No known key found for this signature in database
GPG Key ID: 80F567B5C968F91B
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ impl EventHandler for Handler {
.get_player_from_channel(msg.channel_id.0)
{
let guild = msg.guild(&ctx.cache).await.unwrap();
let user_msg = format!("{} > {}", player_data.codename, msg.content);
let user_msg = format!("**{}** > {}", player_data.codename, msg.content);
let attachments: Vec<AttachmentType> = msg
.attachments