diff --git a/lib/constants.py b/lib/constants.py index 21450f5..4db66bc 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -40,9 +40,9 @@ class Constants: EMOTES_GUILD_ID = 1038051105642401812 # color scheme - COLOR_DEFAULT = int(0xFF8C00) - COLOR_WARNING = int(0xFF7600) - COLOR_ERROR = int(0xFF4500) + COLOR_DEFAULT = 16747520 + COLOR_WARNING = 16741888 + COLOR_ERROR = 16729344 # strings STRINGS = JsonCache.read_json("strings") @@ -85,3 +85,6 @@ class Constants: CONST = Constants() + + +CONST = Constants()