diff options
| author | 2020-09-21 18:43:54 +1000 | |
|---|---|---|
| committer | 2020-09-21 18:43:54 +1000 | |
| commit | bb02341c959b434cd8d2b6d40f0726a3b1388fb0 (patch) | |
| tree | 179c12922ec2be15072380f144c2dadfe86615fc /bot/constants.py | |
| parent | Prevent uwu output from pinging globally allowed roles. (diff) | |
| parent | Merge pull request #445 from python-discord/fix/issue-pr-command (diff) | |
Merge branch 'master' into clean_uwu
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 | 
