From 7c387a871f5914be956a14a62be743008917e768 Mon Sep 17 00:00:00 2001 From: Picowchew The Panda <58180935+Picowchew@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:29:27 -0400 Subject: [PATCH] Update new leads (#494) --- .github/CODEOWNERS | 2 +- config/production/vars.json | 2 +- config/staging/vars.json | 2 +- src/components/admin.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a6dfeca4..414cb3b1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @mcpenguin @Picowchew +* @Fan-Yang-284 @probro27 diff --git a/config/production/vars.json b/config/production/vars.json index 4e95c5eb..b038b43e 100644 --- a/config/production/vars.json +++ b/config/production/vars.json @@ -8,5 +8,5 @@ "OFFICE_STATUS_CHANNEL_ID": "997926133083422740", "RESUME_CHANNEL_ID": "1064978680960516237", "IRC_USER_ID": "806518167404937260", - "MOD_USER_ID_FOR_BAN_APPEAL": "293954951305101313" + "MOD_USER_ID_FOR_BAN_APPEAL": "302921509763022889" } diff --git a/config/staging/vars.json b/config/staging/vars.json index 80750341..d94ee691 100644 --- a/config/staging/vars.json +++ b/config/staging/vars.json @@ -8,5 +8,5 @@ "OFFICE_STATUS_CHANNEL_ID": "866861080301797386", "RESUME_CHANNEL_ID": "866861080301797386", "IRC_USER_ID": "275813801792634880", - "MOD_USER_ID_FOR_BAN_APPEAL": "302921509763022889" + "MOD_USER_ID_FOR_BAN_APPEAL": "685613108630257701" } diff --git a/src/components/admin.ts b/src/components/admin.ts index 49dac0b2..d003633f 100644 --- a/src/components/admin.ts +++ b/src/components/admin.ts @@ -9,7 +9,7 @@ const MOD_USER_ID_FOR_BAN_APPEAL: string = vars.MOD_USER_ID_FOR_BAN_APPEAL; const makeBanMessage = (reason: string, days?: number): string => ` Uh oh, you have been banned from the UW Computer Science Club server ${ - days && `and your messages in the past ${days} ${pluralize('day', days)} have been deleted` + days ? `and your messages in the past ${days} ${pluralize('day', days)} have been deleted ` : '' }for the following reason: > ${reason}