diff options
| author | 2020-04-17 09:27:27 -0700 | |
|---|---|---|
| committer | 2020-04-17 11:43:33 -0700 | |
| commit | 96a736b037bb0cb5aef6a381520e15fdb50676dc (patch) | |
| tree | 952ef5b7a3ac96bb016f29e31b7dd174e895b72a | |
| parent | HelpChannels: add info about cooldown role & dormant cmd to docstring (diff) | |
HelpChannels: mention dormant cmd in available message embed
Users should know they can close their own channels.
| -rw-r--r-- | bot/cogs/help_channels.py | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/bot/cogs/help_channels.py b/bot/cogs/help_channels.py index 589342098..149808473 100644 --- a/bot/cogs/help_channels.py +++ b/bot/cogs/help_channels.py @@ -40,8 +40,9 @@ channels in the Help: Available category.  AVAILABLE_MSG = f"""  This help channel is now **available**, which means that you can claim it by simply typing your \  question into it. Once claimed, the channel will move into the **Python Help: Occupied** category, \ -and will be yours until it has been inactive for {constants.HelpChannels.idle_minutes} minutes. When \ -that happens, it will be set to **dormant** and moved into the **Help: Dormant** category. +and will be yours until it has been inactive for {constants.HelpChannels.idle_minutes} minutes or \ +is closed manually with `!close`. When that happens, it will be set to **dormant** and moved into \ +the **Help: Dormant** category.  You may claim a new channel once every {constants.HelpChannels.claim_minutes} minutes. If you \  currently cannot send a message in this channel, it means you are on cooldown and need to wait. | 
