diff --git a/app/cogs/slashcommands/config.py b/app/cogs/slashcommands/config.py index 6df67e8..9f45b1b 100644 --- a/app/cogs/slashcommands/config.py +++ b/app/cogs/slashcommands/config.py @@ -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',