Add manga type and general refactoring
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ethan Lane 2023-10-28 18:57:50 +01:00
parent a8062f20ae
commit 2899b876b4
8 changed files with 65 additions and 59 deletions

View file

@ -1,7 +1,9 @@
export default class EmbedColours {
public static readonly Ok = 0x3050ba;
public static readonly Grey = 0xd3d3d3;
public static readonly BronzeCard = 0xcd7f32;
public static readonly SilverCard = 0xc0c0c0;
public static readonly GoldCard = 0xffd700;
public static readonly LegendaryCard = 0x50c878;
public static readonly MangaCard = 0xffffff;
}