mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Use usage attr to remove appended underscore for from_ parameter in [p]reorderpath (#5946)
This commit is contained in:
@@ -193,7 +193,7 @@ reorderpath
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
[p]reorderpath <from_> <to>
|
||||
[p]reorderpath <from> <to>
|
||||
|
||||
**Description**
|
||||
|
||||
@@ -221,7 +221,7 @@ have to put the 3rd path higher than the 2nd path, let's swap them! Type
|
||||
|
||||
**Arguments**
|
||||
|
||||
* ``<from_>``: The index of the path you want to move.
|
||||
* ``<from>``: The index of the path you want to move.
|
||||
* ``<to>``: The location where you want to insert the path.
|
||||
|
||||
.. _cogmanagerui-command-installpath:
|
||||
|
||||
Reference in New Issue
Block a user