Fixes typos in permissions (#2288)

causing the checks to be thrown out of the window.
This commit is contained in:
Kowlin
2018-11-05 04:19:54 +01:00
committed by GitHub
parent 6e9243f6e9
commit 92dbd14006
2 changed files with 3 additions and 3 deletions

View File

@@ -1698,7 +1698,7 @@ class Core(commands.Cog, CoreLogic):
await ctx.tick()
@commands.guild_only()
@checks.guildowner_or_permissions(manage_server=True)
@checks.guildowner_or_permissions(manage_guild=True)
@commands.group(name="autoimmune")
async def autoimmune_group(self, ctx: commands.Context):
"""