Fixed typo

pull/8/head
sgoudham 4 years ago
parent 368965f0ce
commit b721baacf3

@ -159,14 +159,14 @@ class Modmail(commands.Cog):
@commands.group(invoke_without_command=True) @commands.group(invoke_without_command=True)
@has_permissions(manage_guild=True) @has_permissions(manage_guild=True)
@bot_has_permissions(adminstrator=True) @bot_has_permissions(administrator=True)
async def modmail(self, ctx): async def modmail(self, ctx):
"""Setup/Update/Delete Modmail System""" """Setup/Update/Delete Modmail System"""
pass pass
@modmail.command() @modmail.command()
@has_permissions(manage_guild=True) @has_permissions(manage_guild=True)
@bot_has_permissions(adminstrator=True) @bot_has_permissions(administrator=True)
async def setup(self, ctx, channelID: int): async def setup(self, ctx, channelID: int):
"""Setup Modmail System""" """Setup Modmail System"""
@ -259,7 +259,7 @@ class Modmail(commands.Cog):
@modmail.command() @modmail.command()
@has_permissions(manage_guild=True) @has_permissions(manage_guild=True)
@bot_has_permissions(adminstrator=True) @bot_has_permissions(administrator=True)
async def update(self, ctx, channelID: int): async def update(self, ctx, channelID: int):
"""Update Modmail Channel""" """Update Modmail Channel"""
@ -312,7 +312,7 @@ class Modmail(commands.Cog):
@modmail.command() @modmail.command()
@has_permissions(manage_guild=True) @has_permissions(manage_guild=True)
@bot_has_permissions(adminstrator=True) @bot_has_permissions(administrator=True)
async def delete(self, ctx): async def delete(self, ctx):
"""Delete Modmail System""" """Delete Modmail System"""

Loading…
Cancel
Save