From 95d7ac22effc3f9c1cc18333f817a96768f41e4f Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 25 Mar 2024 14:43:10 +0000 Subject: Use github issue not planned emoji with grey fill This is the colour github uses on the website, and looks much better on darkmode. --- bot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/constants.py') 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>" -- cgit v1.2.3