diff options
| author | 2021-04-12 19:57:13 +0300 | |
|---|---|---|
| committer | 2021-04-12 19:57:13 +0300 | |
| commit | 865905abed19f766e193d6c00ec9effaec2c24c9 (patch) | |
| tree | 1dc819c1908a6af75b49d28f5ee4c528a88fcb96 /bot/constants.py | |
| parent | Merge pull request #668 from ShakyaMajumdar/feature/latex (diff) | |
| parent | Merge branch 'main' into akarys/630/automatic-linking-everywhere (diff) | |
Merge pull request #642 from python-discord/akarys/630/automatic-linking-everywhere
Allow automatic linking of issues everywhere
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 1d35b3f1..a64882db 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 = { | 
