File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 88 "OFFICE_STATUS_CHANNEL_ID" : " 997926133083422740" ,
99 "RESUME_CHANNEL_ID" : " 1064978680960516237" ,
1010 "IRC_USER_ID" : " 806518167404937260" ,
11- "MOD_USER_ID_FOR_BAN_APPEAL" : " 293954951305101313 "
11+ "MOD_USER_ID_FOR_BAN_APPEAL" : " 302921509763022889 "
1212}
Original file line number Diff line number Diff line change 88 "OFFICE_STATUS_CHANNEL_ID" : " 866861080301797386" ,
99 "RESUME_CHANNEL_ID" : " 866861080301797386" ,
1010 "IRC_USER_ID" : " 275813801792634880" ,
11- "MOD_USER_ID_FOR_BAN_APPEAL" : " 302921509763022889 "
11+ "MOD_USER_ID_FOR_BAN_APPEAL" : " 685613108630257701 "
1212}
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;
99const makeBanMessage = ( reason : string , days ?: number ) : string =>
1010 `
1111Uh 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 ` : ''
1313 } for the following reason:
1414
1515> ${ reason }
You can’t perform that action at this time.
0 commit comments