diff options
author | 2019-03-31 14:38:14 +0530 | |
---|---|---|
committer | 2019-03-31 14:38:14 +0530 | |
commit | 9c0e6f01309c3f59a72fc5142285bd567bf96f3c (patch) | |
tree | 009b5e065f42529e509e24622ead71270de229c7 /bot/constants.py | |
parent | added command that gets a random april fools video (diff) |
added yellow color to contants.py
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 b19d494b..05253444 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -59,6 +59,7 @@ class Client(NamedTuple): class Colours: + yellow = 0xf9f586 soft_red = 0xcd6d6d soft_green = 0x68c290 bright_green = 0x01d277 |