upgrade to discord.js v14
This commit is contained in:
parent
35a64b4f25
commit
7c0b91e1be
12 changed files with 446 additions and 533 deletions
|
@ -20,3 +20,10 @@ export const ETA_MESSAGES = [
|
|||
'Next week',
|
||||
'In PolyMC 2.0.0',
|
||||
];
|
||||
|
||||
export const COLORS = {
|
||||
red: 0xef4444,
|
||||
green: 0x22c55e,
|
||||
blue: 0x60a5fa,
|
||||
yellow: 0xfde047,
|
||||
} as const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue