From cdfa0e38153559cef7f29faa7f11292700d10521 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 4 Mar 2023 17:02:03 -0500 Subject: [PATCH] added ctx to podcastset --- podcast/podcast.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")