More info in !downloading command

This commit is contained in:
NikolajDanger
2021-03-26 18:50:29 +01:00
parent a0a77d808e
commit 3645b9ee45
3 changed files with 217 additions and 83 deletions

View File

@ -133,8 +133,8 @@ class MiscCog(commands.Cog):
#Returns currently downloading torrents
@commands.command(aliases = ["downloads"])
async def downloading(self,ctx):
await self.bedreNetflix.downloading(ctx)
async def downloading(self, ctx, *, content = "-d"):
await self.bedreNetflix.downloading(ctx, content)
#Looks up on Wolfram Alpha
@commands.command()