l 132 indentation error

This commit is contained in:
Vivek Santayana 2022-01-22 13:57:07 +00:00
parent be43d3e03a
commit 44236eacec
1 changed files with 1 additions and 1 deletions

View File

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