Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

riddles, quotes, jokes #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/jokes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
4 changes: 4 additions & 0 deletions data/quotes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
4 changes: 4 additions & 0 deletions data/riddles.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]