aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-04-11 10:50:36 -0700
committerGravatar GitHub <[email protected]>2021-04-11 10:50:36 -0700
commitb1bfea4a31fef5afb7a96ace166b1029a2a67f36 (patch)
treeee11db9a99554039432e9b1b4ba651048999c975 /bot/constants.py
parentIssues: add `type=public` (diff)
parentMerge 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.py2
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"