diff options
author | 2018-12-02 14:59:56 -0500 | |
---|---|---|
committer | 2018-12-02 20:59:56 +0100 | |
commit | c95c96409b1beb5f2d8eb60088f3bd0708ca516f (patch) | |
tree | 3e482348df879dcbdf171b701ab263879b269528 /bot/resources/advent_of_code | |
parent | AoC countdown (#81) (diff) |
Add private board membership total to embed (#82)
* Add private board membership total to embed
* Fix flake8, description typo
Diffstat (limited to 'bot/resources/advent_of_code')
-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 846f508f..3fe6fcc9 100644 --- a/bot/resources/advent_of_code/about.json +++ b/bot/resources/advent_of_code/about.json @@ -1,7 +1,7 @@ [ { "name": "What is Advent of Code?", - "value": "Advent of Code (AoC) is an 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.", + "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 }, { |