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: