manage_server --> manage_guild

This commit is contained in:
Seaswimmer 2023-03-05 00:21:04 -05:00
parent ea66ceeddf
commit e66a8f6878

View file

@ -40,7 +40,7 @@ class Podcast(commands.Cog):
await ctx.send(content="Question submitted!")
@commands.group(autohelp=True)
@checks.admin_or_permissions(manage_server=True)
@checks.admin_or_permissions(manage_guild=True)
@commands.guild_only()
async def podcastset(self, ctx):
"""Commands to configure the Podcast cog."""