diff options
Diffstat (limited to 'bot/exts/evergreen')
| -rw-r--r-- | bot/exts/evergreen/branding.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/evergreen/branding.py b/bot/exts/evergreen/branding.py index 8e96ad52..41e56813 100644 --- a/bot/exts/evergreen/branding.py +++ b/bot/exts/evergreen/branding.py @@ -30,7 +30,7 @@ SERVER_ICONS = "server_icons"  BRANDING_URL = "https://api.github.com/repos/python-discord/branding/contents" -PARAMS = {"ref": "seasonal-structure"}  # Target branch +PARAMS = {"ref": "master"}  # Target branch  HEADERS = {"Accept": "application/vnd.github.v3+json"}  # Ensure we use API v3  # A GitHub token is not necessary for the cog to operate, | 
