From 207efa437e3b585250f7b36e66ab262a0acc3217 Mon Sep 17 00:00:00 2001 From: RohanJnr Date: Mon, 23 Sep 2019 19:00:32 +0530 Subject: Modified the code drastically for the quiz game: - Using a while loop to run a game rather than bunch of the functions calling each other. - using wait_for() to send hints, answers and to move to next questions. --- bot/resources/evergreen/trivia_quiz.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bot/resources') diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index f884e67a..62856863 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -30,5 +30,6 @@ "question": "What was the first game Yoshi appeared in?", "answer": "Super Mario World" } - ] + ], + "general":[] } -- cgit v1.2.3