diff options
author | 2020-02-17 17:11:37 +0200 | |
---|---|---|
committer | 2020-02-17 17:11:37 +0200 | |
commit | 7ec299251afd794d10e82e66fd9cb4c9c0f744ea (patch) | |
tree | 854a955ca29a6f5d05e9bc268b544a5c8e5d4abf /bot/constants.py | |
parent | Pagination migrations - Data Structure Modified (diff) |
Paginator Migration - Added trashcan emoji to constants.py
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 eca4f67b..2c68f719 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -88,6 +88,7 @@ class Emojis: christmas_tree = "\U0001F384" check = "\u2611" envelope = "\U0001F4E8" + trashcan = "<:trashcan:637136429717389331>" terning1 = "<:terning1:431249668983488527>" terning2 = "<:terning2:462339216987127808>" |