From 9ae7f44ad08c858b7d4e0a6cb8075db135dfa08e Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Sat, 1 Dec 2018 20:41:53 +1000 Subject: Cleanup Baseclass --- 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 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): -- cgit v1.2.3