diff options
author | 2021-04-11 19:13:11 +0100 | |
---|---|---|
committer | 2021-04-11 19:13:11 +0100 | |
commit | 76bcec72f8596ad98ca16dae2d9c316bc65e1522 (patch) | |
tree | c613e44766bdc9cbdb1dc5a60d47e5bc82358357 | |
parent | chore: add time as alias of timed (diff) | |
parent | Merge pull request #675 from python-discord/trashcan-can-now-be-overwritten-w... (diff) |
Merge branch 'main' into feature/timed-execution
-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" |