mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-25 12:34:19 +00:00
Remove the bold that @xZefyr dislikes
This commit is contained in:
parent
f8c77ef264
commit
25c28cf079
1 changed files with 2 additions and 2 deletions
|
@ -611,13 +611,13 @@ impl BroochService {
|
||||||
|
|
||||||
if let (Some(kills), Some(deaths), Some(assists)) = (kills, deaths, assists) {
|
if let (Some(kills), Some(deaths), Some(assists)) = (kills, deaths, assists) {
|
||||||
lines.push(format!(
|
lines.push(format!(
|
||||||
"— {} <b>{kills} K</b> / {deaths} D / {assists} A", self.emojify_kills_deaths_assists(kills, deaths, assists)
|
"— {} {kills} K / {deaths} D / {assists} A", self.emojify_kills_deaths_assists(kills, deaths, assists)
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(imp) = imp {
|
if let Some(imp) = imp {
|
||||||
lines.push(format!(
|
lines.push(format!(
|
||||||
"— {} <b>{imp}</b> IMP", self.emojify_imp(imp)
|
"— {} {imp} IMP", self.emojify_imp(imp)
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue