From 53484abff8f3d907859846a70066e4b3f359bbf7 Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Wed, 8 Sep 2021 21:31:35 +0200 Subject: [PATCH] [3.4] [Docs] Update alias userdoc to reflect updated help menu layout (#5048) (#5264) (cherry picked from commit d13d6477c55f31a80c646deb1fa0e2cdd3706403) Co-authored-by: Kreus Amredes <67752638+Kreusada@users.noreply.github.com> Co-authored-by: Kreus Amredes <67752638+Kreusada@users.noreply.github.com> --- docs/getting_started.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 3e9b74e71..917555860 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -344,9 +344,12 @@ The cog guides are formatted the same. They're divided into 3 sections: A line that will show how the command must be invoked, with the arguments. - .. tip:: If the command show something like ``[lavalinkset|llset]``, that means - you can invoke the command with ``lavalinkset`` or with ``llset``, this is - called an alias. + * **Aliases** + + Each command may have one or more aliases, which are alternative command names + you can use to invoke the same command. For example, ``[p]set colour`` can also + be invoked with ``[p]set color``. If there are aliases for a command, they will + appear just under the syntax. * **Description**