Skip to content

Commit

Permalink
update deletefolder command
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmsj authored Feb 19, 2022
1 parent 7dca747 commit a6b370e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ async def deletefolder(ctx, source=None):
return await ctx.send(f"Source not given.\nFor correct usage run `{secrets.PREFIX}help deletefolder`")
start_time = time.time()
souce = make_url(source)
sourc = get_id(source)
sourc = get_id(souce)
if "Source id not found in" in sourc:
return await ctx.send(f"Id not found in {source}")
s1 = "{" + sourc + "}"
Expand Down

0 comments on commit a6b370e

Please sign in to comment.