diff options
| -rw-r--r-- | bot/cogs/filtering.py | 5 |
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. |