aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Kronifer <[email protected]>2021-03-03 20:20:22 +0000
committerGravatar Kronifer <[email protected]>2021-03-03 20:20:22 +0000
commitb2ee1b9e79766b8cfe7b45670f6c86e7166ee84f (patch)
treee56402220181db34f13a275c242b3d200f8bf0ce /bot/constants.py
parentpossible final update (diff)
fstrings, colours, and self.bot
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 f8ea5743..c570b17f 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -158,6 +158,7 @@ class Colours:
soft_orange = 0xf9cb54
soft_red = 0xcd6d6d
yellow = 0xf9f586
+ grass_green = 0x66ff00
class Emojis: