diff --git a/data/jokes.json b/data/jokes.json index 0735883..8f0d612 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": "Movies" + } ] diff --git a/data/quotes.json b/data/quotes.json index 11042fc..96bf633 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": "No one can make you feel inferior without your consent.", + "author": "Eleanor Roosevelt" + } ] diff --git a/data/riddles.json b/data/riddles.json index c303d2b..584653c 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":"Why are ghosts bad at lying?", + "answer":"Because you can see right through them." + } ]