Skip to content

Commit

Permalink
Tourney organisers
Browse files Browse the repository at this point in the history
  • Loading branch information
vck3000 committed Dec 3, 2023
1 parent c7d5315 commit ba67cd3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/modsadmins/tournamentOrganizers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
// all in lower case
// TO = Tournament Organizer
export const TOsArray: string[] = [];
export const TOsArray: string[] = [
'pat',
'pandamania',
'glorious',
'manuavalon',
'bremen',
'starkrush',
'secretwoa',
];

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

0 comments on commit ba67cd3

Please sign in to comment.