mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 11:25:41 +00:00
Merge pull request #1420 from CyberL1/fix/gh-embeds-username-and-avatar
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