diff options
author | 2019-04-26 17:11:29 -0400 | |
---|---|---|
committer | 2019-04-26 17:11:29 -0400 | |
commit | 0d88fdd2f28bde5d0c6dce6877b5abd9b39286a7 (patch) | |
tree | dfd9fa181204341023bd7433d68e73e74a13b7e2 /bot | |
parent | fixed some errors in easter_riddle (diff) |
removed punctuation from riddles
Diffstat (limited to 'bot')
-rw-r--r-- | bot/resources/easter/easter_riddle.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bot/resources/easter/easter_riddle.json b/bot/resources/easter/easter_riddle.json index 069d727a..f32b5258 100644 --- a/bot/resources/easter/easter_riddle.json +++ b/bot/resources/easter/easter_riddle.json @@ -21,7 +21,7 @@ "KOBE!", "1+1 = ?" ], - "correct_answer": "2 points!" + "correct_answer": "2 points" }, { "question": "Where does the easter bunny eat breakfast?", @@ -45,7 +45,7 @@ "2nd place?", "Who beat her?" ], - "correct_answer": "Because an egg beater!" + "correct_answer": "Because an egg beater" }, { "question": "What happened to the Easter Bunny when he misbehaved at school?", @@ -53,7 +53,7 @@ "Won't be back anymore", "Worse than suspension" ], - "correct_answer": "He was eggspelled." + "correct_answer": "He was eggspelled" }, { "question": "What kind of bunny can't hop?", @@ -61,7 +61,7 @@ "Might melt in the sun", "Fragile and Yummy" ], - "correct_answer": "A chocolate one!" + "correct_answer": "A chocolate one" }, { "question": "Where does the Easter Bunny get his eggs?", @@ -77,6 +77,6 @@ "quack", "MY EGGS!!!" ], - "correct_answer": "He kept quacking the eggs!" + "correct_answer": "He kept quacking the eggs" } -]
\ No newline at end of file +] |