diff --git a/docs/cog_guides/cog_manager_ui.rst b/docs/cog_guides/cog_manager_ui.rst index fc2691123..e51473702 100644 --- a/docs/cog_guides/cog_manager_ui.rst +++ b/docs/cog_guides/cog_manager_ui.rst @@ -193,7 +193,7 @@ reorderpath .. code-block:: none - [p]reorderpath + [p]reorderpath **Description** @@ -221,7 +221,7 @@ have to put the 3rd path higher than the 2nd path, let's swap them! Type **Arguments** -* ````: The index of the path you want to move. +* ````: The index of the path you want to move. * ````: The location where you want to insert the path. .. _cogmanagerui-command-installpath: diff --git a/redbot/core/cog_manager.py b/redbot/core/cog_manager.py index a4b122389..116df588f 100644 --- a/redbot/core/cog_manager.py +++ b/redbot/core/cog_manager.py @@ -412,7 +412,7 @@ class CogManagerUI(commands.Cog): for page in pagify("\n\n".join(parts), ["\n", " "]): await ctx.send(page) - @commands.command() + @commands.command(usage=" ") @checks.is_owner() async def reorderpath(self, ctx: commands.Context, from_: positive_int, to: positive_int): """