diff options
author | 2019-11-30 16:23:24 -0500 | |
---|---|---|
committer | 2019-11-30 16:23:29 -0500 | |
commit | f0e53739f4db67b8875a780105eb1904a43cb695 (patch) | |
tree | 531d8c1a0bfd17120e9071b53799c65c20d834c5 | |
parent | Fix AOC countdown logic (diff) |
Remove hardcoded date from AOC info link embed
If a date is not specified, the AOC site should redirect to the most recent year.
-rw-r--r-- | bot/resources/advent_of_code/about.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/advent_of_code/about.json b/bot/resources/advent_of_code/about.json index 4abf9145..b1d16a93 100644 --- a/bot/resources/advent_of_code/about.json +++ b/bot/resources/advent_of_code/about.json @@ -16,7 +16,7 @@ }, { "name": "How does scoring work?", - "value": "Getting a star first is worth 100 points, second is 99, and so on down to 1 point at 100th place.\n\nCheck out AoC's [global leaderboard](https://adventofcode.com/2018/leaderboard) to see who's leading this year's event!", + "value": "Getting a star first is worth 100 points, second is 99, and so on down to 1 point at 100th place.\n\nCheck out AoC's [global leaderboard](https://adventofcode.com/leaderboard) to see who's leading this year's event!", "inline": false }, { |