fix colors for embeds

This commit is contained in:
Ryan Cao 2022-07-26 22:33:16 +08:00
parent 7c0b91e1be
commit 5a7d5f3467
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
3 changed files with 25 additions and 10 deletions

View file

@ -21,9 +21,10 @@ export const ETA_MESSAGES = [
'In PolyMC 2.0.0',
];
export const COLORS = {
export const COLORS: { [color: string]: number } = {
red: 0xef4444,
green: 0x22c55e,
blue: 0x60a5fa,
yellow: 0xfde047,
orange: 0xfb923c,
} as const;