added ctx to podcastset
This commit is contained in:
parent
1caaeeaa68
commit
f70bad94e8
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue