aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Kieran Siek <[email protected]>2021-06-07 17:31:49 +0800
committerGravatar GitHub <[email protected]>2021-06-07 17:31:49 +0800
commit0a6a355419d9382b35ac651117287d907e98af0c (patch)
treec468b60cbd00b8f6b00043635dc2d4393a001c4b /bot/constants.py
parentMerge pull request #758 from OculusMode/master (diff)
parentMerge branch 'main' into fix/ttt (diff)
Merge pull request #595 from Shivansh-007/fix/ttt
Update Tic Tac Toe Command
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 28103022..f7fe216b 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -216,6 +216,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>"