diff options
| author | 2019-10-18 22:35:24 +0530 | |
|---|---|---|
| committer | 2019-10-18 22:35:24 +0530 | |
| commit | 21fdbdb4ee062e4a7b59320b64da773a42dad6e0 (patch) | |
| tree | 24ceebbe949f014157595e91d5ca0d1a5e1d69e4 /bot/resources | |
| parent | fixed bugs such as incorrect time to send the category embed, game will no lo... (diff) | |
Made some language corrections in the json file and also made seperate functions for the start and end quiz. Added another check to check if the game is still running before sending the answer.
Diffstat (limited to 'bot/resources')
| -rw-r--r-- | bot/resources/evergreen/trivia_quiz.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index 66df3df7..48ee2ce4 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -113,7 +113,7 @@ { "id": 113, "question": "What's the name of the tallest waterfall in the world.", - "answer": "Angel", + "answer": "Angel Falls", "info": "Angel Falls (Salto Ángel) in Venezuela is the highest waterfall in the world. The falls are 3230 feet in height, with an uninterrupted drop of 2647 feet. Angel Falls is located on a tributary of the Rio Caroni." }, { @@ -143,7 +143,7 @@ { "id": 118, "question": "Where is the \"International Court Of Justice\" located at?", - "answer": "Hague", + "answer": "The Hague", "info": "" }, { |