diff options
author | 2019-02-03 15:51:31 +0000 | |
---|---|---|
committer | 2019-02-03 15:51:31 +0000 | |
commit | 0bde5d4fae82dc3c747ca97331c6ad42fcb12d26 (patch) | |
tree | f04dd2e7fc81d92f1ff38a913b5029d65e7f9b67 /bot/constants.py | |
parent | Update Contributor doc (diff) |
Add valentines season
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
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: |