✨ More info in !downloading command
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user