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