From 457a34f2aa5a309a5a5c44b9c41b9b00230993a5 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sun, 29 Jul 2018 22:59:13 +0200 Subject: WIP commit --- bot/cogs/filtering.py | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit v1.2.3