Fix player name formatting
This commit is contained in:
parent
b9fcad2442
commit
c4ecfdd67b
@ -374,7 +374,7 @@ fn war_livefeed() {
|
||||
.load::<WarfeedListener>(&connection)
|
||||
.expect("Error loading listeners") {
|
||||
let _ = ChannelId(listener.id as u64).say(format!("{} ({}): ~~{}~~ -> **{}**",
|
||||
player,
|
||||
player.replace('_', "\\_"),
|
||||
guild,
|
||||
old_server,
|
||||
key
|
||||
|
Loading…
Reference in New Issue
Block a user