Skip to content

Commit

Permalink
Update webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
MathyouMB committed Sep 7, 2024
1 parent 6f2df74 commit 2e9e3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const TYPE_TO_EMOJI = {

export const sendAlert = async (message: DiscordMessage) => {
const alertWebhook =
"https://discord.com/api/webhooks/1282054916797501520/nP9e25-C92uG5O58aLOdZHMNAJBU8kVb2GQJFRf4NUHqLmoEkLJJjNEn1NhbHHiiOwbV";
"https://discord.com/api/webhooks/1282066598638784614/y9pZ_IGPY4-21SafXzIkRSt9mniVXredSz7r1BN_RrdqATRNIAzgBLK1basgd_XkRxB0";
const emoji = TYPE_TO_EMOJI[message.type];
try {
const jsonFormatted = JSON.stringify(message, null, 2);
Expand Down

0 comments on commit 2e9e3ee

Please sign in to comment.