added ctx to podcastset

This commit is contained in:
Seaswimmer 2023-03-05 00:16:41 -05:00
parent 1caaeeaa68
commit f70bad94e8

View file

@ -42,7 +42,7 @@ class Podcast(commands.Cog):
@commands.group(autohelp=True) @commands.group(autohelp=True)
@checks.is_admin_or_superior() @checks.is_admin_or_superior()
@commands.guild_only() @commands.guild_only()
async def podcastset(self): 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")