diff options
author | 2020-04-12 11:56:54 -0700 | |
---|---|---|
committer | 2020-04-17 11:43:32 -0700 | |
commit | 5416280755631f7051e99e8a074af50c98974944 (patch) | |
tree | 9e82dccdcc4d6e994a9b94379bc2e5e7dd41cd05 | |
parent | Merge pull request #877 from python-discord/bug/frontend/870/help-channel-dm-... (diff) |
Constants: add help channel cooldown role
-rw-r--r-- | bot/constants.py | 1 | ||||
-rw-r--r-- | config-default.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 2add028e7..49098c9f2 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -421,6 +421,7 @@ class Roles(metaclass=YAMLGetter): announcements: int contributors: int core_developers: int + help_cooldown: int helpers: int jammers: int moderators: int diff --git a/config-default.yml b/config-default.yml index f2b0bfa9f..b0165adf6 100644 --- a/config-default.yml +++ b/config-default.yml @@ -201,6 +201,7 @@ guild: roles: announcements: 463658397560995840 contributors: 295488872404484098 + help_cooldown: 699189276025421825 muted: &MUTED_ROLE 277914926603829249 partners: 323426753857191936 python_community: &PY_COMMUNITY_ROLE 458226413825294336 |