diff options
author | 2021-12-17 17:39:41 -0500 | |
---|---|---|
committer | 2021-12-17 18:27:52 -0500 | |
commit | 2da8e6462c4bf8724a276858c117d5824bb684ef (patch) | |
tree | 62a74eb07d301688f6ba8228099dcfe1f643f37b | |
parent | Merge pull request #1989 from python-discord/clean_improvements (diff) |
Rename and reword off-topic tags
Rename `off-topic` tag to `ot` and shorten description to only include mention of the less-occupied #ot2 off-topic channel.
-rw-r--r-- | bot/resources/tags/off-topic.md | 10 | ||||
-rw-r--r-- | bot/resources/tags/ot.md | 3 |
2 files changed, 3 insertions, 10 deletions
diff --git a/bot/resources/tags/off-topic.md b/bot/resources/tags/off-topic.md deleted file mode 100644 index 287224d7f..000000000 --- a/bot/resources/tags/off-topic.md +++ /dev/null @@ -1,10 +0,0 @@ -**Off-topic channels** - -There are three off-topic channels: -• <#463035268514185226> -• <#463035241142026251> -• <#291284109232308226> - -Their names change randomly every 24 hours, but you can always find them under the `OFF-TOPIC/GENERAL` category in the channel list. - -Please read our [off-topic etiquette](https://pythondiscord.com/pages/resources/guides/off-topic-etiquette/) before participating in conversations. diff --git a/bot/resources/tags/ot.md b/bot/resources/tags/ot.md new file mode 100644 index 000000000..636e59110 --- /dev/null +++ b/bot/resources/tags/ot.md @@ -0,0 +1,3 @@ +**Off-topic channel:** <#463035268514185226> + +Please read our [off-topic etiquette](https://pythondiscord.com/pages/resources/guides/off-topic-etiquette/) before participating in conversations. |