diff options
author | 2020-03-31 18:18:41 +0200 | |
---|---|---|
committer | 2020-03-31 18:18:41 +0200 | |
commit | c42a799b59981bd0f5a8c37f58dbba0d6e3e4fc2 (patch) | |
tree | 2d40b18b52c2e68952db3048a476038142ab3e7d | |
parent | Deseasonify: title-case month names in frontend (diff) |
Deseasonify: set target branch to master
With the 'seasonal-structure' branch being merged in the branding
repository, we can start polling master.
-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, |