aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-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>"