diff --git a/podcast/podcast.py b/podcast/podcast.py index f440964..9a4c86f 100644 --- a/podcast/podcast.py +++ b/podcast/podcast.py @@ -42,7 +42,7 @@ class Podcast(commands.Cog): @commands.group(autohelp=True) @checks.is_admin_or_superior() @commands.guild_only() - async def podcastset(self): + async def podcastset(self, ctx): """Commands to configure the Podcast cog.""" @podcastset.command(name="global")