added ctx to podcastset

This commit is contained in:
Seaswimmer 2023-03-04 17:02:03 -05:00
parent 5d60a297b8
commit cdfa0e3815

View file

@ -41,7 +41,8 @@ class Podcast(commands.Cog):
@commands.group(autohelp=True) @commands.group(autohelp=True)
@checks.is_admin_or_superior() @checks.is_admin_or_superior()
async def podcastset(self): @commands.guild_only()
async def podcastset(self, ctx):
"""Commands to configure the Podcast cog.""" """Commands to configure the Podcast cog."""
@podcastset.command(name="global") @podcastset.command(name="global")