diff options
| author | 2022-01-16 20:50:55 +0100 | |
|---|---|---|
| committer | 2022-01-16 20:50:55 +0100 | |
| commit | 7dc17ab0a2d858a373ecd952011916c19ec92358 (patch) | |
| tree | 17aa3e39aedace919206f7cc37b763de994f6efc /bot/constants.py | |
| parent | fix: don't rely on the current timezone (diff) | |
| parent | Merge pull request #1005 from Sn4u/main (diff) | |
Merge branch 'main' into aoc-lb-message
Diffstat (limited to 'bot/constants.py')
| -rw-r--r-- | bot/constants.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 01f825a0..3b426c47 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -197,7 +197,7 @@ class Emojis:      # These icons are from Github's repo https://github.com/primer/octicons/      issue_open = "<:IssueOpen:852596024777506817>" -    issue_closed = "<:IssueClosed:852596024739758081>" +    issue_closed = "<:IssueClosed:927326162861039626>"      issue_draft = "<:IssueDraft:852596025147523102>"  # Not currently used by Github, but here for future.      pull_request_open = "<:PROpen:852596471505223781>"      pull_request_closed = "<:PRClosed:852596024732286976>" | 
