diff options
author | 2021-03-03 20:20:22 +0000 | |
---|---|---|
committer | 2021-03-03 20:20:22 +0000 | |
commit | b2ee1b9e79766b8cfe7b45670f6c86e7166ee84f (patch) | |
tree | e56402220181db34f13a275c242b3d200f8bf0ce /bot/constants.py | |
parent | possible final update (diff) |
fstrings, colours, and self.bot
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 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: |