From 458b7c978861bdc5b707ab26ac1b70688d13eaab Mon Sep 17 00:00:00 2001 From: Matthew R Date: Fri, 19 Mar 2021 20:59:35 -0400 Subject: [PATCH] changes or whateva --- src/api/routes/Webhook.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/routes/Webhook.ts b/src/api/routes/Webhook.ts index 4391d08..a50492a 100644 --- a/src/api/routes/Webhook.ts +++ b/src/api/routes/Webhook.ts @@ -22,7 +22,7 @@ export default class Webhook extends Route { embed.addField('Summary', req.body.summary); embed.setFooter(this.server.client.user.username, this.server.client.user.avatarURL); embed.setTimestamp(); - const chan = this.server.client.getChannel('580950455581147146'); + const chan = this.server.client.getChannel('780513128240382002'); chan.createMessage({ content: '<@&741797822940315650>', embed }); return res.status(200).json({ code: this.constants.codes.SUCCESS, message: this.constants.codes.SUCCESS }); } catch (err) {