From eff83ef69532e8cde8384fd4ba53eda249e8ce9b Mon Sep 17 00:00:00 2001 From: Rohan Date: Thu, 7 Feb 2019 23:28:38 +0530 Subject: added a color called bright_green to the colors class.gave the variables more descriptive names. --- bot/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/constants.py') diff --git a/bot/constants.py b/bot/constants.py index 63f923d4..ec8a1a4d 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -61,6 +61,7 @@ class Client(NamedTuple): class Colours: soft_red = 0xcd6d6d soft_green = 0x68c290 + bright_green = 0x01d277 dark_green = 0x1f8b4c orange = 0xe67e22 pink = 0xcf84e0 -- cgit v1.2.3