From d3292efa095d699cdd86de5448d309f280a48e68 Mon Sep 17 00:00:00 2001 From: Uwe Pfeifer Date: Sat, 3 Sep 2022 08:51:28 +0200 Subject: [PATCH] typo fix --- pybot-f.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pybot-f.py b/pybot-f.py index 459cd02..e0c21b1 100644 --- a/pybot-f.py +++ b/pybot-f.py @@ -78,6 +78,7 @@ async def sync(ctx: commands.Context, guilds: commands.Greedy[discord.Object], s await ctx.send(f"Synced the tree to {fmt}/{len(guilds)} guilds.") +# loading extensions ... async def scanext(): with os.scandir('./ext/') as dirs: for entry in dirs: