diff options
Diffstat (limited to 'bot/constants.py')
| -rw-r--r-- | bot/constants.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 732431ce..bea595d6 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -74,6 +74,7 @@ class Colours:      soft_green = 0x68c290      soft_red = 0xcd6d6d      yellow = 0xf9f586 +    purple = 0xb734eb  class Emojis: | 
