diff options
author | 2019-12-01 11:35:41 -0500 | |
---|---|---|
committer | 2019-12-01 11:35:41 -0500 | |
commit | 3ce1471e7ba9c4a621b6356fe65af3d121a1c8f3 (patch) | |
tree | 499937e12c0dfeefec8d2f87925241bd9b1db65d /bot/constants.py | |
parent | Reword the aoc join command brief description to make behaviour… (#319) (diff) | |
parent | Merge branch 'master' into monster_bio (diff) |
Adds the monsterbio command (#303)
Adds the monsterbio command
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: |