From 1f9c6decb93f2974647161907e4be175cf09ab46 Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:11:24 -0400 Subject: [PATCH] Fix all flake8 DCO051 issues --- techsupport_bot/commands/modmail.py | 3 --- 1 file changed, 3 deletions(-) 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)