diff options
| author | 2021-03-13 20:13:12 +0000 | |
|---|---|---|
| committer | 2021-03-13 20:13:12 +0000 | |
| commit | 87219f3a0c299d62a95341a90237715f1cff64d8 (patch) | |
| tree | d26f30f34d45fcdcd2bb2f503ebaa3ff9d7e209f /bot/exts/christmas/advent_of_code | |
| parent | Merge pull request #625 from ToxicKidz/no-ctx-send-help (diff) | |
master => main
Diffstat (limited to 'bot/exts/christmas/advent_of_code')
| -rw-r--r-- | bot/exts/christmas/advent_of_code/_helpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/christmas/advent_of_code/_helpers.py b/bot/exts/christmas/advent_of_code/_helpers.py index b7adc895..a16a4871 100644 --- a/bot/exts/christmas/advent_of_code/_helpers.py +++ b/bot/exts/christmas/advent_of_code/_helpers.py @@ -44,7 +44,7 @@ REQUIRED_CACHE_KEYS = ( AOC_EMBED_THUMBNAIL = ( "https://raw.githubusercontent.com/python-discord" - "/branding/master/seasonal/christmas/server_icons/festive_256.gif" + "/branding/main/seasonal/christmas/server_icons/festive_256.gif" ) # Create an easy constant for the EST timezone |