Bold player names
parent
a72fb8a899
commit
935e0bb3f3
|
@ -37,7 +37,7 @@ impl EventHandler for Handler {
|
||||||
.get_player_from_channel(msg.channel_id.0)
|
.get_player_from_channel(msg.channel_id.0)
|
||||||
{
|
{
|
||||||
let guild = msg.guild(&ctx.cache).await.unwrap();
|
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
|
let attachments: Vec<AttachmentType> = msg
|
||||||
.attachments
|
.attachments
|
||||||
|
|
Loading…
Reference in New Issue