l 132 indentation error

This commit is contained in:
Vivek Santayana 2022-01-22 13:57:07 +00:00
parent be43d3e03a
commit 44236eacec

View File

@ -129,7 +129,7 @@ class Configuration(commands.Cog, name='Configuration Commands'):
if self.client.get_cog('Pitch Command') is None: if self.client.get_cog('Pitch Command') is None:
loadCog(f'./{cogsDir}/slashcommands/secondary/pitch.py') loadCog(f'./{cogsDir}/slashcommands/secondary/pitch.py')
flag = True flag = True
if flag: await self.client.slash.sync_all_commands() if flag: await self.client.slash.sync_all_commands()
@cog_ext.cog_subcommand( @cog_ext.cog_subcommand(
base='config', base='config',