Skip to content

Commit

Permalink
update leaderboard link
Browse files Browse the repository at this point in the history
  • Loading branch information
emp7yhead committed Dec 5, 2023
1 parent 7bb1877 commit 1c3335b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/skills/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

logger = logging.getLogger(__name__)

AOC_LEADERBOARD_LINK = "https://adventofcode.com/2022/leaderboard/private/view/458538"
AOC_LEADERBOARD_LINK = "https://adventofcode.com/2023/leaderboard/private/view/458538"


def add_tree(upd: Updater, handlers_group: int):
Expand Down

0 comments on commit 1c3335b

Please sign in to comment.