diff --git a/docs/cog_guides/cog_manager_ui.rst b/docs/cog_guides/cog_manager_ui.rst index 7c9cf73cb..f80a9b8b3 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 bc1ff151c..863046f53 100644 --- a/redbot/core/cog_manager.py +++ b/redbot/core/cog_manager.py @@ -379,7 +379,7 @@ class CogManagerUI(commands.Cog): await ctx.bot._cog_mgr.remove_path(to_remove) await ctx.send(_("Path successfully removed.")) - @commands.command() + @commands.command(usage=" ") @checks.is_owner() async def reorderpath(self, ctx: commands.Context, from_: int, to: int): """