aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-02-09 13:55:18 +1000
committerGravatar GitHub <[email protected]>2019-02-09 13:55:18 +1000
commitb6245adcf1499c8b6af0c10664c5cd483ef0b14c (patch)
tree72afd04365efa24c12fae32478c11b70c6b82d5b /bot/constants.py
parentMerge pull request #99 from python-discord/config-update (diff)
parentfixed the issues (diff)
Merge pull request #105 from RohanJnr/savethedate_iceman
Added the command savethedate. Co-authored-by: null <[email protected]>
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 63f923d4..ec8a1a4d 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -61,6 +61,7 @@ class Client(NamedTuple):
class Colours:
soft_red = 0xcd6d6d
soft_green = 0x68c290
+ bright_green = 0x01d277
dark_green = 0x1f8b4c
orange = 0xe67e22
pink = 0xcf84e0