mirror of https://github.com/velour/catbase.git
aoc: add link to leaderboard
This commit is contained in:
parent
95cbada51d
commit
958a454271
|
@ -88,7 +88,7 @@ func (p *AOC) message(c bot.Connector, kind bot.Kind, message msg.Message, args
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
msg := "AoC Leaderboard:\n"
|
msg := fmt.Sprintf("AoC <https://adventofcode.com/%d/leaderboard/private/view/%d|Leaderboard>:\n", year, boardId)
|
||||||
for _, m := range members {
|
for _, m := range members {
|
||||||
if m.Stars == 0 {
|
if m.Stars == 0 {
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue