aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2018-12-01 20:41:53 +1000
committerGravatar scragly <[email protected]>2018-12-03 09:18:50 +1000
commit9ae7f44ad08c858b7d4e0a6cb8075db135dfa08e (patch)
tree7358be523c36f8211374bab7fd3244a1b954e553 /bot/constants.py
parentMerge pull request #76 from SnowyLuma/master (diff)
Cleanup Baseclass
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py1
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):