diff options
| author | 2019-10-19 10:41:14 -0700 | |
|---|---|---|
| committer | 2019-10-19 10:41:14 -0700 | |
| commit | ba4642b11285faae679dc0b2f160272fc5d87f9c (patch) | |
| tree | c9130f76438853c99ff6db0cde4413dcfdc716c2 /bot/constants.py | |
| parent | Fixes the changes. (diff) | |
| parent | Merge branch 'master' into monster_bio (diff) | |
Merge branch 'monster_bio' of https://github.com/quizzicaltrains/seasonalbot into monster_bio
Diffstat (limited to 'bot/constants.py')
| -rw-r--r-- | bot/constants.py | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 749af1d0..9c4f102c 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -22,6 +22,7 @@ class AdventOfCode:  class Channels(NamedTuple):      admins = 365960823622991872 +    advent_of_code = 517745814039166986      announcements = int(environ.get("CHANNEL_ANNOUNCEMENTS", 354619224620138496))      big_brother_logs = 468507907357409333      bot = 267659945086812160 @@ -87,6 +88,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)) | 
