diff options
author | 2020-02-19 00:09:06 +0700 | |
---|---|---|
committer | 2020-02-19 00:09:06 +0700 | |
commit | b9f010a4942c593064c2f662bb7177f3583381af (patch) | |
tree | 4313839fb41c0bbe1b7385f6a1d546536de991b3 /bot/constants.py | |
parent | Merge pull request #350 from ks129/movies-command (diff) | |
parent | Merge branch 'master' into F4zi/bug/LAST_EMOJI-352 (diff) |
Merge pull request #353 from python-discord/F4zi/bug/LAST_EMOJI-352
Fix the Pagination cog
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 0a9af1dd..f0656926 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>" |