aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-12-01 11:35:41 -0500
committerGravatar GitHub <[email protected]>2019-12-01 11:35:41 -0500
commit3ce1471e7ba9c4a621b6356fe65af3d121a1c8f3 (patch)
tree499937e12c0dfeefec8d2f87925241bd9b1db65d /bot/constants.py
parentReword the aoc join command brief description to make behaviour… (#319) (diff)
parentMerge 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.py1
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: