aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 52c76cda..bf542daf 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -60,13 +60,14 @@ class Client(NamedTuple):
class Colours:
- yellow = 0xf9f586
- soft_red = 0xcd6d6d
- soft_green = 0x68c290
+ blue = 0x0279fd
bright_green = 0x01d277
dark_green = 0x1f8b4c
orange = 0xe67e22
pink = 0xcf84e0
+ soft_green = 0x68c290
+ soft_red = 0xcd6d6d
+ yellow = 0xf9f586
class Emojis: