diff options
author | 2020-04-07 11:59:12 +0300 | |
---|---|---|
committer | 2020-04-07 11:59:12 +0300 | |
commit | 1abec1772f140f886b84fb43c394527553cb271a (patch) | |
tree | 415ce2d564cc425a187a1c64a8aced07aa56efa7 /bot/constants.py | |
parent | (Constants, TicTacToe): Added number emojis that will be shown in board and i... (diff) |
(Constants, TicTacToe): Added confirmation and declining emojis.
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 0135124b..a23c6bcc 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -130,6 +130,8 @@ class Emojis: 8: "\u0038", 9: "\u0039" } + confirmation = "\u2705" + decline = "\u274c" class Hacktoberfest(NamedTuple): |