diff options
author | 2021-04-11 10:50:36 -0700 | |
---|---|---|
committer | 2021-04-11 10:50:36 -0700 | |
commit | b1bfea4a31fef5afb7a96ace166b1029a2a67f36 (patch) | |
tree | ee11db9a99554039432e9b1b4ba651048999c975 /bot/constants.py | |
parent | Issues: add `type=public` (diff) | |
parent | Merge pull request #675 from python-discord/trashcan-can-now-be-overwritten-w... (diff) |
Merge branch 'main' into akarys/630/automatic-linking-everywhere
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 e59fa641..a64882db 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" |