aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-04-08 12:37:14 -0400
committerGravatar ToxicKidz <[email protected]>2021-04-08 12:37:14 -0400
commitc94a45a10bac63eff1ce066707fe2df0b1243daa (patch)
treec8cdc00edabaa9db3df06e58f70f9e699a253f16 /bot/constants.py
parentMerge pull request #637 from python-discord/dependabot/pip/pyyaml-5.4 (diff)
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.py1
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 = {