We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc2e9b commit 456037bCopy full SHA for 456037b
bot.py
@@ -153,7 +153,7 @@ def help_embed(self):
153
154
@commands.command()
155
@commands.has_permissions(administrator=True)
156
- async def setup(self, ctx, *modroles: discord.Role = None):
+ async def setup(self, ctx, modroles: discord.Role):
157
'''Sets up a server for modmail'''
158
if discord.utils.get(ctx.guild.categories, name='modmail'):
159
return await ctx.send('This server is already set up.')
0 commit comments