diff options
author | 2019-10-18 18:39:46 -0700 | |
---|---|---|
committer | 2019-10-18 18:39:46 -0700 | |
commit | da4c08b60a8e9f25fb24ed4c094010dbdcddcc41 (patch) | |
tree | 1a0ef8d6a134f1c9aa4b66715bd825c668f6c491 /bot/constants.py | |
parent | Adds the monsterbio command! (diff) |
Changed several things.
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 0d4321c8..749af1d0 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -72,6 +72,7 @@ class Colours: soft_green = 0x68c290 soft_red = 0xcd6d6d yellow = 0xf9f586 + purple = 0xb734eb class Emojis: |