diff options
author | 2022-01-02 22:23:47 +0000 | |
---|---|---|
committer | 2022-01-02 22:24:29 +0000 | |
commit | 2c66844a3e9e59b97fba43de0d850d8cf597d9ad (patch) | |
tree | 95970cac8ec57a9816140810b3d5cdb5cd73d025 /bot/constants.py | |
parent | Yank aoc subscribe (#972) (diff) |
Update GitHub issue closed emoji
GitHub updated their issue closed emoji from red to purple, this updates the emoji to relfect that new colour.
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>" |