Tested and enhanced scanext(). Should be working.
This commit is contained in:
parent
9824af4761
commit
58656fe533
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ async def sync(ctx: commands.Context, guilds: commands.Greedy[discord.Object],
|
||||||
|
|
||||||
|
|
||||||
# loading extensions ...
|
# loading extensions ...
|
||||||
# TODO: Test this.
|
|
||||||
async def scanext():
|
async def scanext():
|
||||||
print("Loading extensions:")
|
print("Loading extensions:")
|
||||||
for filename in os.listdir("./ext"):
|
for filename in os.listdir("./ext"):
|
||||||
|
|
Loading…
Add table
Reference in a new issue