From 0bde5d4fae82dc3c747ca97331c6ad42fcb12d26 Mon Sep 17 00:00:00 2001 From: Joseph Banks Date: Sun, 3 Feb 2019 15:51:31 +0000 Subject: Add valentines season --- 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 b57eb714..4e09b448 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -63,6 +63,7 @@ class Colours: soft_green = 0x68c290 dark_green = 0x1f8b4c orange = 0xe67e22 + pink = 0xcf84e0 class Emojis: -- cgit v1.2.3