diff options
| author | 2020-03-22 14:52:56 -0700 | |
|---|---|---|
| committer | 2020-03-22 15:54:45 -0700 | |
| commit | 5cfeec42aca39b3b6e6ec0739c71085daa987aca (patch) | |
| tree | ba4cdc2c190da14d8b941e6c44d62b51988d6db8 | |
| parent | HelpChannels: set idle minutes to 30 & max total channels to 32 (diff) | |
HelpChannels: mention the helper notifications in cog docstring
| -rw-r--r-- | bot/cogs/help_channels.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/cogs/help_channels.py b/bot/cogs/help_channels.py index 7f169fe59..69af085ee 100644 --- a/bot/cogs/help_channels.py +++ b/bot/cogs/help_channels.py @@ -82,6 +82,7 @@ class HelpChannels(Scheduler, commands.Cog): * Prioritise using the channels which have been dormant for the longest amount of time * If there are no more dormant channels, the bot will automatically create a new one * Configurable with `constants.HelpChannels.max_available` + * If there are no dormant channels to move, helpers will be notified (see `notify()`) * When a channel becomes available, the dormant embed will be edited to show `AVAILABLE_MSG` In Use Category |