aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar twhaley6 <[email protected]>2019-04-25 12:11:39 -0400
committerGravatar twhaley6 <[email protected]>2019-04-25 12:11:39 -0400
commitd4381c597371d8052efe6f2c46ced4df8dc6f989 (patch)
tree1599f9cd3ff7cda50981834e61ebe365d9d3c899 /bot
parentMerge pull request #187 from Suhail6inkling/avatar_easterifier (diff)
riddle easter questions added
Diffstat (limited to 'bot')
-rw-r--r--bot/resources/easter/easter_riddle.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/bot/resources/easter/easter_riddle.json b/bot/resources/easter/easter_riddle.json
new file mode 100644
index 00000000..069d727a
--- /dev/null
+++ b/bot/resources/easter/easter_riddle.json
@@ -0,0 +1,82 @@
+[
+ {
+ "question": "What kind of music do bunnies like?",
+ "riddles": [
+ "two words",
+ "jump to the beat"
+ ],
+ "correct_answer": "Hip hop"
+ },
+ {
+ "question": "What kind of jewelry do rabbits wear?",
+ "riddles": [
+ "they can eat it too",
+ "14 ___ gold"
+ ],
+ "correct_answer": "14 carrot gold"
+ },
+ {
+ "question": "What does the easter bunny get for making a basket?",
+ "riddles": [
+ "KOBE!",
+ "1+1 = ?"
+ ],
+ "correct_answer": "2 points!"
+ },
+ {
+ "question": "Where does the easter bunny eat breakfast?",
+ "riddles": [
+ "No waffles here",
+ "An international home"
+ ],
+ "correct_answer": "IHOP"
+ },
+ {
+ "question": "What do you call a rabbit with fleas?",
+ "riddles": [
+ "A bit of a looney tune",
+ "What's up Doc?"
+ ],
+ "correct_answer": "Bugs Bunny"
+ },
+ {
+ "question": "Why was the little girl sad after the race?",
+ "riddles": [
+ "2nd place?",
+ "Who beat her?"
+ ],
+ "correct_answer": "Because an egg beater!"
+ },
+ {
+ "question": "What happened to the Easter Bunny when he misbehaved at school?",
+ "riddles": [
+ "Won't be back anymore",
+ "Worse than suspension"
+ ],
+ "correct_answer": "He was eggspelled."
+ },
+ {
+ "question": "What kind of bunny can't hop?",
+ "riddles": [
+ "Might melt in the sun",
+ "Fragile and Yummy"
+ ],
+ "correct_answer": "A chocolate one!"
+ },
+ {
+ "question": "Where does the Easter Bunny get his eggs?",
+ "riddles": [
+ "Not a bush or tree",
+ "Emoji for a body part"
+ ],
+ "correct_answer": "Eggplants"
+ },
+ {
+ "question": "Why did the Easter Bunny have to fire the duck?",
+ "riddles": [
+ "quack",
+ "MY EGGS!!!"
+ ],
+ "correct_answer": "He kept quacking the eggs!"
+ }
+] \ No newline at end of file