move to constants

This commit is contained in:
Ryan Cao 2022-09-16 22:48:52 +08:00
parent 8bcdddccae
commit f4252d57a3
No known key found for this signature in database
2 changed files with 12 additions and 10 deletions

View file

@ -24,3 +24,11 @@ export const COLORS = {
yellow: 0xfde047,
orange: 0xfb923c,
} as const;
export const ALLOWED_ROLES = [
'Alert',
'Events',
'Progress',
'Lenny is very special and thinks the UK needs a role',
'Roly Poly Cult',
];