We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b1a72 commit a14dd82Copy full SHA for a14dd82
bot/exts/backend/branding/_repository.py
@@ -9,9 +9,9 @@
9
from bot.errors import BrandingMisconfiguration
10
11
# Base URL for requests into the branding repository.
12
-BRANDING_URL = "https://api.github.com/repos/kwzrd/pydis-branding/contents"
+BRANDING_URL = "https://api.github.com/repos/python-discord/branding/contents"
13
14
-PARAMS = {"ref": "kwzrd/events-rework"} # Target branch.
+PARAMS = {"ref": "main"} # Target branch.
15
HEADERS = {"Accept": "application/vnd.github.v3+json"} # Ensure we use API v3.
16
17
# A GitHub token is not necessary. However, unauthorized requests are limited to 60 per hour.
0 commit comments