aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-03-25 14:43:10 +0000
committerGravatar Chris Lovering <[email protected]>2024-03-25 14:43:10 +0000
commit95d7ac22effc3f9c1cc18333f817a96768f41e4f (patch)
tree7564a8a49abeb513dd40bdc3e63f4dc8812aa692 /bot/constants.py
parentMerge 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.
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py2
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>"