From 1b89f9b0c1038f93c561663965c4f7ff188da0ab Mon Sep 17 00:00:00 2001 From: Prakash Date: Sat, 2 Dec 2023 22:34:46 +0530 Subject: [PATCH] feat: change tracking channel id --- src/constants/urls.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/urls.ts b/src/constants/urls.ts index 39355de8..85fe643f 100644 --- a/src/constants/urls.ts +++ b/src/constants/urls.ts @@ -11,7 +11,7 @@ export const STAGING_VERIFICATION_SITE_URL = "https://staging-my.realdevsquad.com"; export const RDS_TRACKING_CHANNEL_URL = - "https://discord.com/api/v10/channels/1136650427878871090/messages"; + "https://discord.com/api/v10/channels/1180553802303164526/messages"; export const STAGING_RDS_TRACKING_CHANNEL_URL = "https://discord.com/api/v10/channels/1154572818902696028/messages";