mmsetup now needs admin permissions

pull/8/head
sgoudham 4 years ago
parent ed09a2c2ec
commit 73b2fb5364

@ -290,9 +290,7 @@ class Guild(Cog):
@modmail.command(name="setup") @modmail.command(name="setup")
@has_permissions(administrator=True) @has_permissions(administrator=True)
@bot_has_permissions(embed_links=True, read_messages=True, manage_messages=True, @bot_has_permissions(administrator=True)
manage_channels=True, read_message_history=True,
send_messages=True, attach_files=True)
async def mmsetup(self, ctx, channelID: int): async def mmsetup(self, ctx, channelID: int):
""" """
Setup Modmail System Setup Modmail System

Loading…
Cancel
Save