okay now i think i fixed it

This commit is contained in:
Lilac-Rose
2026-01-02 19:56:34 +01:00
parent 3d8d2a8ed2
commit db1913656e

View File

@@ -8,7 +8,6 @@ from dotenv import load_dotenv
load_dotenv()
# Multiple channels to send commit notifications to
COMMIT_CHANNEL_IDS = [876777562599194644, 1437941632849940563, 1424145004976275617]
USER_ID_TO_PING = 771709136051372032
WEBHOOK_SECRET = os.getenv("GITHUB_WEBHOOK_SECRET", "")