File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- * @ mcpenguin @ Picowchew
1
+ * @ Fan-Yang-284 @ probro27
Original file line number Diff line number Diff line change 8
8
"OFFICE_STATUS_CHANNEL_ID" : " 997926133083422740" ,
9
9
"RESUME_CHANNEL_ID" : " 1064978680960516237" ,
10
10
"IRC_USER_ID" : " 806518167404937260" ,
11
- "MOD_USER_ID_FOR_BAN_APPEAL" : " 293954951305101313 "
11
+ "MOD_USER_ID_FOR_BAN_APPEAL" : " 302921509763022889 "
12
12
}
Original file line number Diff line number Diff line change 8
8
"OFFICE_STATUS_CHANNEL_ID" : " 866861080301797386" ,
9
9
"RESUME_CHANNEL_ID" : " 866861080301797386" ,
10
10
"IRC_USER_ID" : " 275813801792634880" ,
11
- "MOD_USER_ID_FOR_BAN_APPEAL" : " 302921509763022889 "
11
+ "MOD_USER_ID_FOR_BAN_APPEAL" : " 685613108630257701 "
12
12
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const MOD_USER_ID_FOR_BAN_APPEAL: string = vars.MOD_USER_ID_FOR_BAN_APPEAL;
9
9
const makeBanMessage = ( reason : string , days ?: number ) : string =>
10
10
`
11
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`
12
+ days ? `and your messages in the past ${ days } ${ pluralize ( 'day' , days ) } have been deleted ` : ''
13
13
} for the following reason:
14
14
15
15
> ${ reason }
You can’t perform that action at this time.
0 commit comments