aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-07-29 22:59:13 +0200
committerGravatar Leon Sandøy <[email protected]>2018-07-29 22:59:13 +0200
commit457a34f2aa5a309a5a5c44b9c41b9b00230993a5 (patch)
tree53d5ae110359f96fc00aaa4894b5bd56fede16d1
parentmerge conflict resolution (diff)
WIP commit
-rw-r--r--bot/cogs/filtering.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/bot/cogs/filtering.py b/bot/cogs/filtering.py
index c3302012d..8460b7ea0 100644
--- a/bot/cogs/filtering.py
+++ b/bot/cogs/filtering.py
@@ -115,6 +115,11 @@ class Filtering:
break # We don't want multiple filters to trigger
+ async def _auto_mod(self, filter_name: str, msg: Message):
+ """
+ Removes a message and sends a
+ """
+
async def _mod_alert(self, watchlist_name: str, msg: Message):
"""
Send a mod alert into the #mod-alert channel.