diff --git a/youmubot-osu/src/discord/embeds.rs b/youmubot-osu/src/discord/embeds.rs index 4e1b39f..088cf90 100644 --- a/youmubot-osu/src/discord/embeds.rs +++ b/youmubot-osu/src/discord/embeds.rs @@ -73,7 +73,7 @@ pub fn beatmap_embed<'a>(b: &'_ Beatmap, m: Mode, c: &'a mut CreateEmbed) -> &'a .description( MessageBuilder::new() .push({ - let link = format!("https://osu.ppy.sh/beatmapsets/{}/download", b.beatmap_id); + let link = format!("https://osu.ppy.sh/beatmapsets/{}/download", b.beatmapset_id); format!( "Download: [[Link]]({}) [[No Video]]({}?noVideo=1)", link, link @@ -123,7 +123,7 @@ pub fn beatmapset_embed<'a>( .description( MessageBuilder::new() .push_line({ - let link = format!("https://osu.ppy.sh/beatmapsets/{}/download", b.beatmap_id); + let link = format!("https://osu.ppy.sh/beatmapsets/{}/download", b.beatmapset_id); format!( "Download: [[Link]]({}) [[No Video]]({}?noVideo=1)", link, link