diff options
Diffstat (limited to '')
| -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 549d01b6..9b45b89a 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -153,6 +153,7 @@ class Colours:      python_blue = 0x4B8BBE      python_yellow = 0xFFD43B      grass_green = 0x66ff00 +    gold = 0xE6C200      easter_like_colours = [          (255, 247, 0), | 
