diff options
author | 2024-03-25 14:43:10 +0000 | |
---|---|---|
committer | 2024-03-25 14:43:10 +0000 | |
commit | 95d7ac22effc3f9c1cc18333f817a96768f41e4f (patch) | |
tree | 7564a8a49abeb513dd40bdc3e63f4dc8812aa692 | |
parent | Merge pull request #1487 from python-discord/feat/issue-state-icon (diff) |
Use github issue not planned emoji with grey fill
This is the colour github uses on the website, and looks much better on darkmode.
-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 707f99d2..7288c949 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -167,7 +167,7 @@ class Emojis: # These icons are from Github's repo https://github.com/primer/octicons/ issue_open = "<:IssueOpen:852596024777506817>" issue_completed = "<:IssueClosed:927326162861039626>" - issue_not_planned = "<:IssueNotPlanned:1221642127595929610>" + issue_not_planned = "<:IssueNotPlanned:1221831290895073421>" issue_draft = "<:IssueDraft:852596025147523102>" # Not currently used by Github, but here for future. pull_request_open = "<:PROpen:852596471505223781>" pull_request_closed = "<:PRClosed:852596024732286976>" |