From b5bd2e36b6597303985eb9dc897e04d452950372 Mon Sep 17 00:00:00 2001 From: Parker Date: Sun, 19 Jan 2025 23:41:53 -0600 Subject: Overhaul + Sonarr support! --- code/cogs/tree_sync.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'code/cogs/tree_sync.py') diff --git a/code/cogs/tree_sync.py b/code/cogs/tree_sync.py index 5050730..b84766e 100644 --- a/code/cogs/tree_sync.py +++ b/code/cogs/tree_sync.py @@ -9,7 +9,9 @@ class TreeSync(commands.Cog): @commands.command() @commands.dm_only() @commands.is_owner() - async def sync(self, ctx: commands.Context, *, guild: Object = None) -> None: + async def sync( + self, ctx: commands.Context, *, guild: Object = None + ) -> None: if not guild or guild == None: await self.bot.tree.sync() await ctx.author.send("Synced commands globally") -- cgit v1.2.3-70-g09d2