aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Chris <[email protected]>2021-06-10 18:25:54 +0100
committerGravatar Chris <[email protected]>2021-06-10 18:25:54 +0100
commitdce6930c8be76c1f236247f41ca55ed07f590147 (patch)
tree9d27c6c38cd937e4e084f659ed239d334b901d9d /bot/constants.py
parentUpdate tense of icon constants (diff)
Add transparent border to new Github octicons
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 2c18f6e7..7bd10b5f 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -191,13 +191,13 @@ class Emojis:
dice_6 = "<:dice_6:755891607680843838>"
# These icons are from Github's repo https://github.com/primer/octicons/
- issue_open = "<:IssueOpen:852294683731165184>"
- issue_closed = "<:IssueClosed:852294683723694140>"
- issue_draft = "<:IssueDraft:852294683592884284>" # Not currently used by Github, but here for future.
- pull_request_open = "<:PROpen:629695470175780875>"
- pull_request_closed = "<:PRClosed:852294683194294304>"
- pull_request_draft = "<:PRDraft:852294683861712916>"
- pull_request_merged = "<:PRMerged:629695470570176522>"
+ issue_open = "<:IssueOpen:852596024777506817>"
+ issue_closed = "<:IssueClosed:852596024739758081>"
+ issue_draft = "<:IssueDraft:852596025147523102>" # Not currently used by Github, but here for future.
+ pull_request_open = "<:PROpen:852596471505223781>"
+ pull_request_closed = "<:PRClosed:852596024732286976>"
+ pull_request_draft = "<:PRDraft:852596025045680218>"
+ pull_request_merged = "<:PRMerged:852596100301193227>"
number_emojis = {
1: "\u0031\ufe0f\u20e3",