Skip to content

Commit a14dd82

Browse files
author
kwzrd
committed
Branding: target 'main' branch
With the branding-side PR merged, we can now target the production branch.
1 parent 25b1a72 commit a14dd82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/exts/backend/branding/_repository.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
from bot.errors import BrandingMisconfiguration
1010

1111
# Base URL for requests into the branding repository.
12-
BRANDING_URL = "https://api.github.com/repos/kwzrd/pydis-branding/contents"
12+
BRANDING_URL = "https://api.github.com/repos/python-discord/branding/contents"
1313

14-
PARAMS = {"ref": "kwzrd/events-rework"} # Target branch.
14+
PARAMS = {"ref": "main"} # Target branch.
1515
HEADERS = {"Accept": "application/vnd.github.v3+json"} # Ensure we use API v3.
1616

1717
# A GitHub token is not necessary. However, unauthorized requests are limited to 60 per hour.

0 commit comments

Comments
 (0)