diff --git a/youmubot/src/commands/osu/mod.rs b/youmubot/src/commands/osu/mod.rs index d634e32..d3917be 100644 --- a/youmubot/src/commands/osu/mod.rs +++ b/youmubot/src/commands/osu/mod.rs @@ -320,9 +320,9 @@ fn score_embed<'a>( .push_bold_line( b.mode.to_string() + if bm.is_converted() { - "" - } else { " (Converted)" + } else { + "" }, ) .push("CS")