diff --git a/cogs/MiscCog.py b/cogs/MiscCog.py index 29ad2f5..f399e09 100644 --- a/cogs/MiscCog.py +++ b/cogs/MiscCog.py @@ -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)