⬇️ !downloading

This commit is contained in:
NikolajDanger
2021-02-01 14:25:01 +01:00
parent e1a0f5c54b
commit d1b2e822ba
3 changed files with 62 additions and 2 deletions

View File

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