diff options
author | 2020-03-22 14:44:47 +0100 | |
---|---|---|
committer | 2020-03-22 14:44:47 +0100 | |
commit | f4379598c42b2c40287e632b32acecd2ebb14bf6 (patch) | |
tree | 725ced548c667c5e9a8a22bff2071bfa0ed2cfe7 /bot/constants.py | |
parent | Deseasonify: add property to check daemon status (diff) |
Deseasonify: add ok_hand emoji constant
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index f552aec7..d2039c81 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -93,6 +93,7 @@ class Emojis: check = "\u2611" envelope = "\U0001F4E8" trashcan = "<:trashcan:637136429717389331>" + ok_hand = ":ok_hand:" terning1 = "<:terning1:431249668983488527>" terning2 = "<:terning2:462339216987127808>" |