diff options
author | 2019-03-31 12:12:25 +0530 | |
---|---|---|
committer | 2019-03-31 12:12:25 +0530 | |
commit | 05fd9426e18effddc0f2b9293bca5ab174b526b6 (patch) | |
tree | 1eade9c37a855231bbb25c1dc38da08100b5f941 /bot/constants.py | |
parent | made the following changes: (diff) |
using the Colours from constants.py and added 2 colors - blue for christmas and yellow for easter
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 b19d494b..3896dd83 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -59,6 +59,8 @@ class Client(NamedTuple): class Colours: + blue = 0x0279fd + yellow = 0xf9f586 soft_red = 0xcd6d6d soft_green = 0x68c290 bright_green = 0x01d277 |