diff options
| author | 2020-02-23 18:17:02 -0800 | |
|---|---|---|
| committer | 2020-03-22 15:54:33 -0700 | |
| commit | db185326bace6eb249fc2867472ae7d770f249db (patch) | |
| tree | f40af04b83f2165a1bf6f0d217ca699ad6f6c05a /config-default.yml | |
| parent | HelpChannels: add constants for active/dormant messages (diff) | |
Constants: add help category constants
The original category was re-purposed as the "in-use" category so that
deployment of the new system will not interrupt ongoing help sessions.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 1f2b12412..27143ff30 100644 --- a/config-default.yml +++ b/config-default.yml @@ -111,7 +111,9 @@ guild: id: 267624335836053506 categories: - python_help: 356013061213126657 + help_available: 691405807388196926 + help_in_use: 356013061213126657 + help_dormant: 691405908919451718 channels: announcements: 354619224620138496 |