diff options
author | 2021-04-12 21:41:56 +0100 | |
---|---|---|
committer | 2021-04-12 21:41:56 +0100 | |
commit | d4a6d91fbb8a0543ca0da53d75dd208478a89edb (patch) | |
tree | 22954312dbb4cc66abafc64de70e1661a433fff9 /bot/constants.py | |
parent | Request the pfp as the right size from discord (diff) | |
parent | Merge pull request #678 from python-discord/remove-inappropriate-riddle (diff) |
Merge branch 'main' into Enforce-image-processing-concurrency
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 853ea340..f390d8ce 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -170,7 +170,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" @@ -185,6 +185,7 @@ class Emojis: issue_closed = "<:IssueClosed:629695470570307614>" pull_request = "<:PROpen:629695470175780875>" pull_request_closed = "<:PRClosed:629695470519713818>" + pull_request_draft = "<:PRDraft:829755345425399848>" merge = "<:PRMerged:629695470570176522>" number_emojis = { |