Ensure that instance names are treated as positional args (#6780)

This commit is contained in:
Jakub Kuczys
2026-05-26 00:09:13 +02:00
committed by GitHub
parent f5571d3909
commit d128335f1d
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -393,6 +393,7 @@ async def _call_cog_update(instance_name: str, *, update_repos: bool) -> Tuple[i
"redbot._update.internal",
*debug_args,
_UPDATE_COGS_CMD_NAME,
"--",
instance_name,
]
if update_repos: