diff options
author | 2021-04-17 17:58:36 +0200 | |
---|---|---|
committer | 2021-04-17 17:58:36 +0200 | |
commit | 91507175c268492f8b809569897489e7efdc8721 (patch) | |
tree | 07ed83b4e9fcdc4be15ef70ae76720c0afd4e435 /bot/constants.py | |
parent | Remove check for `exit` to reset context (diff) | |
parent | Merge pull request #686 from python-discord/remove-ffmpg (diff) |
Merge branch 'main' into int-eval
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 416dd0e7..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" @@ -168,6 +168,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 = { |