Format Python code with psf/black push

github-actions 1 year ago
parent bc553146cd
commit 72d34f93a4

@ -998,4 +998,6 @@ class Commands(discord.Cog, name="Commands"):
deep: bool,
response_mode: str,
):
await self.search_cog.search_command(ctx, query, scope, nodes, deep, response_mode)
await self.search_cog.search_command(
ctx, query, scope, nodes, deep, response_mode
)

Loading…
Cancel
Save