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