diff options
author | 2021-04-12 11:45:06 +0530 | |
---|---|---|
committer | 2021-04-12 11:45:06 +0530 | |
commit | 1a9558c478cea69dfcf62d3c0b9e278c4e24d4e8 (patch) | |
tree | 68c027a3e804b0fc859887dd3daf9d23f0779131 /bot/constants.py | |
parent | Merge pull request #1 from rijusougata13/rijusougata13-patch-1 (diff) | |
parent | Merge pull request #672 from python-discord/feature/timed-execution (diff) |
Merge branch 'main' into main
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 416dd0e7..1d35b3f1 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -153,7 +153,7 @@ class Emojis: christmas_tree = "\U0001F384" check = "\u2611" envelope = "\U0001F4E8" - trashcan = "<:trashcan:637136429717389331>" + trashcan = environ.get("TRASHCAN_EMOJI", "<:trashcan:637136429717389331>") ok_hand = ":ok_hand:" hand_raised = "\U0001f64b" |