From a0a77d808e4add0509c6141b7a49395971aae4b4 Mon Sep 17 00:00:00 2001 From: Nikolaj Danger Date: Fri, 19 Mar 2021 13:05:10 +0100 Subject: [PATCH] :heavy_plus_sign: Added !addseris alias of !addshow --- cogs/MiscCog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)