diff options
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 1294912a..5382d5f3 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -74,6 +74,7 @@ class Colours: class Emojis: star = "\u2B50" christmas_tree = u"\U0001F384" + check = "\u2611" class Tokens(NamedTuple): |