From 44236eacecfd95cbb7736c758e78eceaa07aa22d Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Sat, 22 Jan 2022 13:57:07 +0000 Subject: [PATCH] l 132 indentation error --- app/cogs/slashcommands/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',