diff options
| author | 2021-03-05 01:42:11 +0300 | |
|---|---|---|
| committer | 2021-03-05 01:42:11 +0300 | |
| commit | caacd7b0482826b0f3cfe4f05e639979efcb1088 (patch) | |
| tree | 5c21ca97eccdbf087a6b434f24e4c32afd45d947 /bot/constants.py | |
| parent | Merge pull request #609 from Kronifer/earth_photos (diff) | |
| parent | Remove arrows (whoopsies)! (diff) | |
Merge pull request #596 from MrKomodoDragon/master
Add .pyfacts command
Diffstat (limited to '')
| -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 |