Skip to content

Commit 7400ef0

Browse files
committed
Link to the leaderboard queried year
1 parent a89b2bd commit 7400ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/cogs/advent_of_code/_cog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async def leaderboard(
8585
embed = Embed(
8686
title=f"Advent of Code {leaderboard.year}",
8787
description=self._create_leaderboard_message(all_member, amount),
88-
url="https://adventofcode.com",
88+
url=f"https://adventofcode.com/{leaderboard.year}",
8989
colour=Color.gold(),
9090
)
9191
embed.add_field(

0 commit comments

Comments
 (0)