diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 89f7a3918..fc752a9de 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -62,7 +62,7 @@ class CoreLogic: async def _load( self, cog_names: Iterable[str] - ) -> Tuple[List[str], List[str], List[str], List[str]]: + ) -> Tuple[List[str], List[str], List[str], List[str], List[Tuple[str, str]]]: """ Loads cogs by name. Parameters