2023-08-19 16:56:22 +01:00
|
|
|
export default class EmbedColours {
|
|
|
|
public static readonly Ok = 0x3050ba;
|
2023-10-28 18:57:50 +01:00
|
|
|
public static readonly Grey = 0xd3d3d3;
|
2023-09-03 20:27:29 +01:00
|
|
|
public static readonly BronzeCard = 0xcd7f32;
|
|
|
|
public static readonly SilverCard = 0xc0c0c0;
|
|
|
|
public static readonly GoldCard = 0xffd700;
|
|
|
|
public static readonly LegendaryCard = 0x50c878;
|
2023-10-28 18:57:50 +01:00
|
|
|
public static readonly MangaCard = 0xffffff;
|
2023-08-19 16:56:22 +01:00
|
|
|
}
|