Tested and enhanced scanext(). Should be working.

This commit is contained in:
Uwe Pfeifer 2022-11-07 22:52:35 +01:00
parent 9824af4761
commit 58656fe533

View file

@ -77,7 +77,6 @@ async def sync(ctx: commands.Context, guilds: commands.Greedy[discord.Object],
# loading extensions ...
# TODO: Test this.
async def scanext():
print("Loading extensions:")
for filename in os.listdir("./ext"):