diff options
author | 2020-09-20 22:22:25 +0200 | |
---|---|---|
committer | 2020-09-20 22:22:25 +0200 | |
commit | 4817172819562247fad66767dc8077923b3f8fbe (patch) | |
tree | 24a75ca3be0a6750a63bbff0f2820d758c224649 /bot/constants.py | |
parent | Merge pull request #444 from python-discord/greedy-issues (diff) | |
parent | Fix order of imports (diff) |
Merge pull request #445 from python-discord/fix/issue-pr-command
Small fixes for the .issue command
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 6605882d..fa428a61 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -52,6 +52,7 @@ class Channels(NamedTuple): devalerts = 460181980097675264 devlog = int(environ.get("CHANNEL_DEVLOG", 622895325144940554)) dev_contrib = 635950537262759947 + dev_branding = 753252897059373066 help_0 = 303906576991780866 help_1 = 303906556754395136 help_2 = 303906514266226689 |