From fd1f85cf1b472634eba49f97fd2507f78d957366 Mon Sep 17 00:00:00 2001 From: Hipperooni <60094069+Hipperooni@users.noreply.github.com> Date: Fri, 19 Jan 2024 00:58:32 +1100 Subject: [PATCH] Add temp dedicated env entry for Supporter (#743) Co-authored-by: LunaUrsa <1836049+LunaUrsa@users.noreply.github.com> --- src/global/utils/env.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/global/utils/env.config.ts b/src/global/utils/env.config.ts index 572de563f..f9fcacd37 100644 --- a/src/global/utils/env.config.ts +++ b/src/global/utils/env.config.ts @@ -279,6 +279,7 @@ export const env = { ROLE_PATRON_TIER_3: isProd ? '' : '1182345731038777364', ROLE_PATRON_TIER_4: isProd ? '' : '1182346555144015984', + ROLE_PATRON: isProd ? '954133862601089095' : '1052644652349665310', ROLE_BOOSTER: isProd ? '853082033224024135' : '1167725202302574642', ROLE_PREMIUM: isProd ? '1139454371613122640' : '1167714206418735144', ROLE_DONATIONTRIGGER: isProd ? '1172503141481189407' : '1171007453903732776',