Skip to content

Commit

Permalink
Merge pull request #303 from emp7yhead/update-aoc-leaderboard-link
Browse files Browse the repository at this point in the history
fix: update leaderboard link
  • Loading branch information
egregors authored Dec 5, 2023
2 parents 7bb1877 + 1c3335b commit 3c7bb04
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 3c7bb04

Please sign in to comment.