diff options
author | 2021-03-10 11:28:57 -0800 | |
---|---|---|
committer | 2021-03-10 11:28:57 -0800 | |
commit | 6e9a71c23b2cac5e5f6f581c36d284da11702a45 (patch) | |
tree | b9e4cea4aa0a5719c9d8552b74490e8ffbbbde83 /bot/constants.py | |
parent | suggestion by @Xithrius (diff) | |
parent | Merge pull request #616 from python-discord/aoc-fixes (diff) |
Merge branch 'master' into earth_photos
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 721defc8..b8e30a7c 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -158,6 +158,8 @@ class Colours: soft_orange = 0xf9cb54 soft_red = 0xcd6d6d yellow = 0xf9f586 + python_blue = 0x4B8BBE + python_yellow = 0xFFD43B grass_green = 0x66ff00 |