fix colors for embeds
This commit is contained in:
parent
7c0b91e1be
commit
5a7d5f3467
3 changed files with 25 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue