aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-04-07 11:59:12 +0300
committerGravatar ks129 <[email protected]>2020-04-07 11:59:12 +0300
commit1abec1772f140f886b84fb43c394527553cb271a (patch)
tree415ce2d564cc425a187a1c64a8aced07aa56efa7 /bot
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')
-rw-r--r--bot/constants.py2
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):