diff options
author | 2019-10-17 15:31:34 +0800 | |
---|---|---|
committer | 2019-10-17 15:31:34 +0800 | |
commit | fef13329a560cc6a95431a0ff6939bf5da36ec0b (patch) | |
tree | f586a92d52f0250bc36d8532ae15a748c5751b39 /bot/constants.py | |
parent | Merge pull request #294 from Numerlor/limit-command-channels (diff) | |
parent | Syntax cleanup, remove unnecessary emoji dict (diff) |
Merge pull request #291 from RohanRadia/master
!issue Command Refinements
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 c1722158..aa5c3db3 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -87,6 +87,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)) |