diff --git a/techsupport_bot/commands/modmail.py b/techsupport_bot/commands/modmail.py index 58ac3f605..57d29f744 100644 --- a/techsupport_bot/commands/modmail.py +++ b/techsupport_bot/commands/modmail.py @@ -928,9 +928,6 @@ async def on_message(self, message: discord.Message): Args: message (discord.Message): The sent message - - Raises: - commands.MissingAnyRole: When the invoker doesn't have a modmail role """ if ( not message.content.startswith(self.prefix)