diff options
author | 2021-04-08 19:44:57 -0700 | |
---|---|---|
committer | 2021-04-08 19:44:57 -0700 | |
commit | c5806d0a7e682303d80a10955df9ddd64fd2942a (patch) | |
tree | da8690a154227e2e250d4dc03cbad947a1401957 | |
parent | Merge branch 'main' into dynamic-available-message-patch (diff) |
Added how_to_get_help channel constant.
-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 547a94a0b..6d14bbb3a 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -412,6 +412,7 @@ class Channels(metaclass=YAMLGetter): python_general: int cooldown: int + how_to_get_help: int attachment_log: int message_log: int diff --git a/config-default.yml b/config-default.yml index 9b07d026d..8c6e18470 100644 --- a/config-default.yml +++ b/config-default.yml @@ -163,6 +163,7 @@ guild: # Python Help: Available cooldown: 720603994149486673 + how_to_get_help: 704250143020417084 # Topical discord_py: 343944376055103488 |