diff options
author | 2021-09-04 22:54:16 -0400 | |
---|---|---|
committer | 2021-09-04 22:54:16 -0400 | |
commit | 7d5b420662496e1eeadf8bf10e4da3994591bdd9 (patch) | |
tree | 352803974a6e2b891b1a4b8e5fc6750ed6ad3b6e /bot/resources/advent_of_code | |
parent | Merge pull request #844 from python-discord/jb3/update-k8s-path (diff) |
Move AoC and Hacktoberfest into events folder
Moves Advent of Code and Hacktoberfest into an events
folder. Although these are roughly associated with holidays,
they are standalone events that we have participated in
in the past.
Therefore they're being moved to an events folder
separate from the "fun" or "holidays" folders.
Diffstat (limited to 'bot/resources/advent_of_code')
-rw-r--r-- | bot/resources/advent_of_code/about.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/bot/resources/advent_of_code/about.json b/bot/resources/advent_of_code/about.json deleted file mode 100644 index dd0fe59a..00000000 --- a/bot/resources/advent_of_code/about.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "name": "What is Advent of Code?", - "value": "Advent of Code (AoC) is a series of small programming puzzles for a variety of skill levels, run every year during the month of December.\n\nThey are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.", - "inline": false - }, - { - "name": "How do I sign up?", - "value": "Sign up with one of these services:", - "inline": true - }, - { - "name": "Auth Services", - "value": "GitHub\nGoogle\nTwitter\nReddit", - "inline": true - }, - { - "name": "How does scoring work?", - "value": "For the [global leaderboard](https://adventofcode.com/leaderboard), the first person to get a star first gets 100 points, the second person gets 99 points, and so on down to 1 point at 100th place.\n\nFor private leaderboards, the first person to get a star gets N points, where N is the number of people on the leaderboard. The second person to get the star gets N-1 points and so on and so forth.", - "inline": false - }, - { - "name": "Join our private leaderboard!", - "value": "Come join the Python Discord private leaderboard and compete against other people in the community! Get the join code using `.aoc join` and visit the [private leaderboard page](https://adventofcode.com/leaderboard/private) to join our leaderboard.", - "inline": false - } -] |