Skip to content

Commit a463769

Browse files
committed
Tournament organizers
1 parent 2d71015 commit a463769

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/modsadmins/tournamentOrganizers.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
// all in lower case
22
// TO = Tournament Organizer
3-
export const TOsArray: string[] = [];
3+
export const TOsArray: string[] = [
4+
'pandamania',
5+
'glorious',
6+
'manuavalon',
7+
'bremen',
8+
'secretwoa',
9+
];
410

511
export function isTO(username: string): boolean {
612
return TOsArray.includes(username.toLowerCase());

0 commit comments

Comments
 (0)