mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-18 16:28:55 +00:00
Show beatmapset link as a bracketed anchor
This commit is contained in:
parent
581b039032
commit
ac4e60c596
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ pub fn beatmap_embed<'a>(b: &'_ Beatmap, m: Mode, c: &'a mut CreateEmbed) -> &'a
|
||||||
link, link
|
link, link
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
.push_line(b.beatmapset_link())
|
.push_line(format!(" [[Beatmapset]]({})", b.beatmapset_link()))
|
||||||
.push_line(&b.approval)
|
.push_line(&b.approval)
|
||||||
.push("Language: ")
|
.push("Language: ")
|
||||||
.push_bold(&b.language)
|
.push_bold(&b.language)
|
||||||
|
|
Loading…
Add table
Reference in a new issue