diff options
author | 2019-10-07 16:43:21 +0100 | |
---|---|---|
committer | 2019-10-07 16:43:21 +0100 | |
commit | 960ed42684c2d5a49464c4bc68c52ad5d94edc28 (patch) | |
tree | 43db2b353ed6fad6839a94e07039e0edf5082bde /bot/constants.py | |
parent | Made use of constants file instead of hard coding (diff) |
Added GitHub emojis to constants file
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 0d4321c8..124c48ae 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -86,6 +86,12 @@ class Emojis: terning5 = "<:terning5:431249716328792064>" terning6 = "<:terning6:431249726705369098>" + issue = "<:IssueOpen:629695470327037963>", + issue_closed = "<:IssueClosed:629695470570307614>", + pull_request = "<:PROpen:629695470175780875>", + pull_request_closed = "<:PRClosed:629695470519713818>", + merge = "<:PRMerged:629695470570176522>" + class Lovefest: role_id = int(environ.get("LOVEFEST_ROLE_ID", 542431903886606399)) |