⬇️ !downloading
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user