diff options
| author | 2019-05-11 04:56:46 +1000 | |
|---|---|---|
| committer | 2019-05-11 04:56:46 +1000 | |
| commit | c74e004c8521d81108ce6b8dcd7a1b576d759a3d (patch) | |
| tree | c3d57e50f2ba07cb2d9e7476d3b9441c1f671bd9 /bot/constants.py | |
| parent | Merge pull request #198 from Suhail6inkling/constants_fix (diff) | |
| parent | Merge branch 'master' into hanukkah_embed_iceman (diff) | |
Hanukkah embed (#164)
Hanukkah embed 
Co-authored-by:  <[email protected]>
Diffstat (limited to '')
| -rw-r--r-- | bot/constants.py | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 52c76cda..bf542daf 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -60,13 +60,14 @@ class Client(NamedTuple):  class Colours: -    yellow = 0xf9f586 -    soft_red = 0xcd6d6d -    soft_green = 0x68c290 +    blue = 0x0279fd      bright_green = 0x01d277      dark_green = 0x1f8b4c      orange = 0xe67e22      pink = 0xcf84e0 +    soft_green = 0x68c290 +    soft_red = 0xcd6d6d +    yellow = 0xf9f586  class Emojis: | 
