diff options
author | 2021-10-14 22:35:12 +0100 | |
---|---|---|
committer | 2021-10-14 22:35:12 +0100 | |
commit | 210a97a4eee9a4babc26366f71d13edcd21b6f9c (patch) | |
tree | 1bed49893eada22908fb93632bbfe88eaa6f00ed | |
parent | Add support to query AoC results in respect of days and stars (#857) (diff) | |
parent | Merge branch 'main' into fix-pascal-triangle-image (diff) |
Merge pull request #889 from python-discord/fix-pascal-triangle-image
Change pascal's triangle image
-rw-r--r-- | bot/resources/fun/trivia_quiz.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/fun/trivia_quiz.json b/bot/resources/fun/trivia_quiz.json index 0b3e6802..99aa5f42 100644 --- a/bot/resources/fun/trivia_quiz.json +++ b/bot/resources/fun/trivia_quiz.json @@ -440,7 +440,7 @@ { "id": 229, "question": "What is this triangle called?", - "img_url": "https://cdn.askpython.com/wp-content/uploads/2020/07/Pascals-triangle.png", + "img_url": "https://wikimedia.org/api/rest_v1/media/math/render/png/23050fcb53d6083d9e42043bebf2863fa9746043", "answer": ["Pascal's triangle", "Pascal"] }, { |