diff options
author | 2019-04-23 12:54:42 -0400 | |
---|---|---|
committer | 2019-04-23 12:54:42 -0400 | |
commit | 742e5b9d0f077f8b9ee97e3df4800a4a0ed4adad (patch) | |
tree | 280ebbdf8d4eb44e65d3ed83ed3f5bfc0e4884f6 /bot/constants.py | |
parent | Merge pull request #196 from python-discord/hunt-fix (diff) | |
parent | removed unused imports (diff) |
Merge pull request #166 from RohanJnr/april_fools_vids
April fools vids
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 a62166af..d362c90e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -61,6 +61,7 @@ class Client(NamedTuple): class Colours: + yellow = 0xf9f586 soft_red = 0xcd6d6d soft_green = 0x68c290 bright_green = 0x01d277 |