mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Port TiV changes applied to voice channels to stage channels (#6109)
This commit is contained in:
@@ -1173,7 +1173,7 @@ embedset channel
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
[p]embedset channel [enabled]
|
||||
[p]embedset channel <channel> [enabled]
|
||||
|
||||
**Description**
|
||||
|
||||
@@ -1187,10 +1187,12 @@ If enabled is left blank, the setting will be unset and the guild default will b
|
||||
To see full evaluation order of embed settings, run ``[p]help embedset``.
|
||||
|
||||
**Examples:**
|
||||
- ``[p]embedset channel False`` - Disables embeds in this channel.
|
||||
- ``[p]embedset channel`` - Resets value to use guild default.
|
||||
- ``[p]embedset channel #text-channel False`` - Disables embeds in the #text-channel.
|
||||
- ``[p]embedset channel #forum-channel disable`` - Disables embeds in the #forum-channel.
|
||||
- ``[p]embedset channel #text-channel`` - Resets value to use guild default in the #text-channel.
|
||||
|
||||
**Arguments:**
|
||||
- ``<channel>`` - The text, voice, stage, or forum channel to set embed setting for.
|
||||
- ``[enabled]`` - Whether to use embeds in this channel. Leave blank to reset to default.
|
||||
|
||||
.. _core-command-embedset-command:
|
||||
|
||||
@@ -115,11 +115,12 @@ Add words to the filter.
|
||||
Use double quotes to add sentences.
|
||||
|
||||
Examples:
|
||||
- ``[p]filter channel add word1 word2 word3``
|
||||
- ``[p]filter channel add "This is a sentence"``
|
||||
- ``[p]filter channel add #channel word1 word2 word3``
|
||||
- ``[p]filter channel add #channel "This is a sentence"``
|
||||
|
||||
**Arguments:**
|
||||
|
||||
- ``<channel>`` The text, voice, stage, or forum channel to add filtered words to.
|
||||
- ``[words...]`` The words or sentences to filter.
|
||||
|
||||
.. _filter-command-filter-channel-clear:
|
||||
@@ -164,7 +165,7 @@ filter channel remove
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
[p]filter channel remove [words...]
|
||||
[p]filter channel remove <channel> [words...]
|
||||
|
||||
**Description**
|
||||
|
||||
@@ -173,11 +174,12 @@ Remove words from the filter.
|
||||
Use double quotes to remove sentences.
|
||||
|
||||
Examples:
|
||||
- ``[p]filter channel remove word1 word2 word3``
|
||||
- ``[p]filter channel remove "This is a sentence"``
|
||||
- ``[p]filter channel remove #channel word1 word2 word3``
|
||||
- ``[p]filter channel remove #channel "This is a sentence"``
|
||||
|
||||
**Arguments:**
|
||||
|
||||
- ``<channel>`` The text, voice, stage, or forum channel to add filtered words to.
|
||||
- ``[words...]`` The words or sentences to no longer filter.
|
||||
|
||||
.. _filter-command-filter-clear:
|
||||
|
||||
Reference in New Issue
Block a user