➕ Added !addseris alias of !addshow
This commit is contained in:
@ -127,7 +127,7 @@ class MiscCog(commands.Cog):
|
|||||||
await self.bedreNetflix.requestMovie(ctx,content)
|
await self.bedreNetflix.requestMovie(ctx,content)
|
||||||
|
|
||||||
#Searches for show and adds it to Bedre Netflix
|
#Searches for show and adds it to Bedre Netflix
|
||||||
@commands.command(aliases = ["rs","addshow","as"])
|
@commands.command(aliases = ["rs","addshow","as","addseries"])
|
||||||
async def requestshow(self, ctx, *, content):
|
async def requestshow(self, ctx, *, content):
|
||||||
await self.bedreNetflix.requestShow(ctx,content)
|
await self.bedreNetflix.requestShow(ctx,content)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user