diff options
author | 2018-12-01 20:41:53 +1000 | |
---|---|---|
committer | 2018-12-03 09:18:50 +1000 | |
commit | 9ae7f44ad08c858b7d4e0a6cb8075db135dfa08e (patch) | |
tree | 7358be523c36f8211374bab7fd3244a1b954e553 /bot/constants.py | |
parent | Merge pull request #76 from SnowyLuma/master (diff) |
Cleanup Baseclass
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): |