From c95c96409b1beb5f2d8eb60088f3bd0708ca516f Mon Sep 17 00:00:00 2001 From: sco1 Date: Sun, 2 Dec 2018 14:59:56 -0500 Subject: Add private board membership total to embed (#82) * Add private board membership total to embed * Fix flake8, description typo --- bot/resources/advent_of_code/about.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/resources/advent_of_code') 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 }, { -- cgit v1.2.3