aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Shivansh <[email protected]>2021-05-15 09:26:43 +0530
committerGravatar Shivansh <[email protected]>2021-05-15 09:26:43 +0530
commitc6544d0fdc71be42a816c33971b19485137afcc8 (patch)
treeec1d9d3c2e666c2b342f6657f98ff6e016ffa86a /bot/constants.py
parentMerge pull request #645 from python-discord/bookmark-react-for-copy (diff)
(tic-tac-toe): Update x and o emoji
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 549d01b6..d50dcc6e 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -214,6 +214,9 @@ class Emojis:
x = "\U0001f1fd"
o = "\U0001f1f4"
+ x_square = "<:x_square:632278427260682281>"
+ o_square = "<:o_square:632278452413661214>"
+
status_online = "<:status_online:470326272351010816>"
status_idle = "<:status_idle:470326266625785866>"
status_dnd = "<:status_dnd:470326272082313216>"