diff options
author | 2021-06-07 21:00:16 +0530 | |
---|---|---|
committer | 2021-06-07 21:00:16 +0530 | |
commit | 88a7f616214825604165a8638b5fc0367a6b44ee (patch) | |
tree | 3f93949de3d3a5a207e56b67a0bca4da9199bed2 /bot/constants.py | |
parent | remove attribution comments (diff) | |
parent | Merge pull request #595 from Shivansh-007/fix/ttt (diff) |
Merge branch 'main' of https://github.com/python-discord/sir-lancebot into feature/stackoverflow
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 1c62e78b..fa5dc2bc 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>" |