Added !addseris alias of !addshow

This commit is contained in:
Nikolaj Danger
2021-03-19 13:05:10 +01:00
parent c1257bce41
commit a0a77d808e

View File

@ -127,7 +127,7 @@ class MiscCog(commands.Cog):
await self.bedreNetflix.requestMovie(ctx,content)
#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):
await self.bedreNetflix.requestShow(ctx,content)