diff --git a/redbot/core/cog_manager.py b/redbot/core/cog_manager.py index 18278ec0d..6189fd638 100644 --- a/redbot/core/cog_manager.py +++ b/redbot/core/cog_manager.py @@ -343,7 +343,7 @@ class CogManagerUI(commands.Cog): @commands.command() @checks.is_owner() - async def addpath(self, ctx: commands.Context, path: Path): + async def addpath(self, ctx: commands.Context, *, path: Path): """ Add a path to the list of available cog paths. """