From 05fd9426e18effddc0f2b9293bca5ab174b526b6 Mon Sep 17 00:00:00 2001 From: Rohan Date: Sun, 31 Mar 2019 12:12:25 +0530 Subject: using the Colours from constants.py and added 2 colors - blue for christmas and yellow for easter --- bot/constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bot/constants.py') 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 -- cgit v1.2.3