We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51685ee commit 95dd1b7Copy full SHA for 95dd1b7
src/components/admin.ts
@@ -9,7 +9,7 @@ const MOD_USER_ID_FOR_BAN_APPEAL: string = vars.MOD_USER_ID_FOR_BAN_APPEAL;
9
const makeBanMessage = (reason: string, days?: number): string =>
10
`
11
Uh oh, you have been banned from the UW Computer Science Club server ${
12
- 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 ` : ''
13
}for the following reason:
14
15
> ${reason}
0 commit comments