diff options
author | 2020-04-16 16:47:28 +0200 | |
---|---|---|
committer | 2020-04-16 16:47:28 +0200 | |
commit | af2c21618575bd260c60d20b79eb5e7e6a9efe37 (patch) | |
tree | f20861adc6c8ce3c99e1fb7a3b7eac9d3610e1de | |
parent | Add a title at the top of the free tag (diff) |
Use IDs instead of hard-coding category names in the free tag
Co-Authored-By: Shirayuki Nekomata <[email protected]>
-rw-r--r-- | bot/resources/tags/free.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/resources/tags/free.md b/bot/resources/tags/free.md index 3cb8452b0..6d0f3618a 100644 --- a/bot/resources/tags/free.md +++ b/bot/resources/tags/free.md @@ -1,7 +1,6 @@ **How to claim a channel** -We recently moved to a new help channel system. There are always 2 available help channels waiting to be claimed in the **Python Help: Available category**. In order to claim one, simply start typing your question into one of these channels. Once your question has been posted, you have claimed this channel, and the channel will be moved down to the **Python Help: Occupied category**. - +We recently moved to a new help channel system. There are always 2 available help channels waiting to be claimed in the **<#691405807388196926>**. In order to claim one, simply start typing your question into one of these channels. Once your question has been posted, you have claimed this channel, and the channel will be moved down to the **<#696958401460043776>**. If you're unable to type into these channels, this means you're currently on cooldown. In order to prevent someone from claiming all the channels for themselves, we only allow someone to claim a new help channel every 15 minutes. However, if you close your help channel using the `!dormant` command, this cooldown is reset early. For more information, check out [our website](https://pythondiscord.com/pages/resources/guides/help-channels/). |