diff options
| author | 2021-11-29 09:15:05 +0000 | |
|---|---|---|
| committer | 2021-11-29 09:15:05 +0000 | |
| commit | c462d899f02495a4875df1f59fd97b39202ba8de (patch) | |
| tree | d6a60f9735ae21c7ef5d546ec2cfc8c84b1200c2 /bot/resources/fun | |
| parent | Change `MODERATION_ROLES` and `STAFF_ROLES` constants to be a set (diff) | |
| parent | Merge pull request #951 from python-discord/file_logging (diff) | |
Merge branch 'main' into update-role-constants
Diffstat (limited to 'bot/resources/fun')
| -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"] }, { |