diff options
author | 2021-04-09 19:00:20 +0100 | |
---|---|---|
committer | 2021-04-09 19:00:20 +0100 | |
commit | 2746215d38f6a54b7727ca60ae025ca3f0a88f11 (patch) | |
tree | f0b0a2614042706daed280d76e29528a1bb0f209 /bot/constants.py | |
parent | Issues: use soft_red instead of red (diff) | |
parent | Update comment (diff) |
Merge pull request #665 from ToxicKidz/draft-pr-emoji
Use PRDraft emoji when the pr is a draft pr for the .issue|.pr command
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 416dd0e7..e59fa641 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -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 = { |