Skip to content

Commit

Permalink
Update new leads (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Picowchew authored Sep 22, 2023
1 parent 5938a6c commit 7c387a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @mcpenguin @Picowchew
* @Fan-Yang-284 @probro27
2 changes: 1 addition & 1 deletion config/production/vars.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion config/staging/vars.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion src/components/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7c387a8

Please sign in to comment.