diff options
author | 2021-06-09 23:03:55 +0100 | |
---|---|---|
committer | 2021-06-09 23:03:55 +0100 | |
commit | 07a8f19be4f1178cca26330d68c778717d267415 (patch) | |
tree | 6c0aa31f64be58d1e695666bf0b1b75b7d09d5bc /bot/constants.py | |
parent | Update Github emoji to new icons (diff) |
Update tense of icon constants
This is so the name of the constants describe the state in the correct tense
Co-authored-by: Numerlor <[email protected]>
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/constants.py b/bot/constants.py index 798cb950..2c18f6e7 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_opened = "<:IssueOpen:852294683731165184>" + 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_merge = "<:PRMerged:629695470570176522>" + pull_request_merged = "<:PRMerged:629695470570176522>" number_emojis = { 1: "\u0031\ufe0f\u20e3", |