diff --git a/data/jokes.json b/data/jokes.json index 0735883..643f78b 100644 --- a/data/jokes.json +++ b/data/jokes.json @@ -6126,4 +6126,8 @@ "body": "Who is Santa's favourite singer?\nElf-is Presley!", "category": "Wordplay" } + { + "body": "Why do we tell actors to “break a leg? /n Because every play has a cast.", + "category": "Wordplay" + } ] diff --git a/data/quotes.json b/data/quotes.json index 11042fc..2227a68 100644 --- a/data/quotes.json +++ b/data/quotes.json @@ -5899,4 +5899,8 @@ "quote": "Let the chessboard supercede the card table, and a great improvement will be visible in the morals of the community.", "author": "Paul Morphy" } + { + "quote": "Always remember, you have within you the strength, the patience, and the passion to reach for the stars to change the world.", + "author": "Harriet Tubman" + } ] diff --git a/data/riddles.json b/data/riddles.json index c303d2b..09cb5e9 100644 --- a/data/riddles.json +++ b/data/riddles.json @@ -307,4 +307,8 @@ "riddle":"Which is heavier: a ton of bricks or a ton of feathers?", "answer":"Neither—they both weigh a ton." } + { + "riddle":"What has 13 hearts, but no other organs", + "answer":"A Deck of Cards" + } ]