diff options
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 3896dd83..993a0f81 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -60,7 +60,6 @@ class Client(NamedTuple): class Colours: blue = 0x0279fd - yellow = 0xf9f586 soft_red = 0xcd6d6d soft_green = 0x68c290 bright_green = 0x01d277 |