Add custom status support (#6226)

Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
Predä
2023-08-10 02:45:24 +02:00
committed by GitHub
parent 1248927fb6
commit 9e23c3a5b8
2 changed files with 61 additions and 0 deletions

View File

@@ -3769,6 +3769,35 @@ Maximum length for a competing status is 128 characters.
**Arguments:**
- ``[competing]`` - The text to follow ``Competing in``. Leave blank to clear the current activity status.
.. _core-command-set-status-custom:
"""""""""""""""""
set status custom
"""""""""""""""""
.. note:: |owner-lock|
**Syntax**
.. code-block:: none
[p]set status custom [text]
**Description**
Sets Red's custom status.
This will appear as ``<text>``.
Maximum length for a custom status is 128 characters.
**Examples:**
- ``[p]set status custom`` - Clears the activity status.
- ``[p]set status custom Running cogs...``
**Arguments:**
- ``[text]`` - The custom status text. Leave blank to clear the current activity status.
.. _core-command-set-status-dnd:
""""""""""""""