aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-05-30 22:43:22 +0200
committerGravatar Leon Sandøy <[email protected]>2020-05-30 22:43:22 +0200
commit5926f75c8d2d4b683139606bd0a39b07d28529e1 (patch)
tree59e262f3593701c3501ffecb1778cb222a69f363
parentAdd multichannel !purge via commands.Greedy (diff)
Remove a completely unacceptable newline.
-rw-r--r--bot/cogs/clean.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/cogs/clean.py b/bot/cogs/clean.py
index 91e69ee89..8b0b8ed05 100644
--- a/bot/cogs/clean.py
+++ b/bot/cogs/clean.py
@@ -46,7 +46,6 @@ class Clean(Cog):
bots_only: bool = False,
user: User = None,
regex: Optional[str] = None,
-
) -> None:
"""A helper function that does the actual message cleaning."""
def predicate_bots_only(message: Message) -> bool: