mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-18 13:26:04 +00:00
fix: github webhok username and avatar are now more in-line with discord
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user