aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-04-11 19:13:11 +0100
committerGravatar GitHub <[email protected]>2021-04-11 19:13:11 +0100
commit76bcec72f8596ad98ca16dae2d9c316bc65e1522 (patch)
treec613e44766bdc9cbdb1dc5a60d47e5bc82358357
parentchore: add time as alias of timed (diff)
parentMerge 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.py2
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"