From 9c0e6f01309c3f59a72fc5142285bd567bf96f3c Mon Sep 17 00:00:00 2001 From: Rohan Date: Sun, 31 Mar 2019 14:38:14 +0530 Subject: added yellow color to contants.py --- 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 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 -- cgit v1.2.3