fix: github webhok username and avatar are now more in-line with discord

This commit is contained in:
CyberL1
2025-12-02 21:19:49 +01:00
parent 93f4a52fc0
commit 304f00f8ad
@@ -13,8 +13,8 @@ const parseGitHubWebhook = (req: Request, res: Response, next: NextFunction) =>
}
const discordPayload: WebhookExecuteSchema = {
username: "Github",
avatar_url: "https://github.com/Github.png",
username: "GitHub",
avatar_url: "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png",
};
switch (eventType) {