typo fix
This commit is contained in:
parent
0a0a5bd88d
commit
d3292efa09
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue