diff --git a/youmubot-osu/src/discord/embeds.rs b/youmubot-osu/src/discord/embeds.rs index d2318a7..4e1b39f 100644 --- a/youmubot-osu/src/discord/embeds.rs +++ b/youmubot-osu/src/discord/embeds.rs @@ -79,7 +79,7 @@ pub fn beatmap_embed<'a>(b: &'_ Beatmap, m: Mode, c: &'a mut CreateEmbed) -> &'a link, link ) }) - .push_line(b.beatmapset_link()) + .push_line(format!(" [[Beatmapset]]({})", b.beatmapset_link())) .push_line(&b.approval) .push("Language: ") .push_bold(&b.language)