diff options
| -rw-r--r-- | bot/cogs/filtering.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/bot/cogs/filtering.py b/bot/cogs/filtering.py index 61c8f389b..39ba22354 100644 --- a/bot/cogs/filtering.py +++ b/bot/cogs/filtering.py @@ -436,6 +436,7 @@ class Filtering(Cog, Scheduler):          except NotFound:              log.info(f"Tried to delete message {msg['id']}, but the message can't be found "                       f"(it has been probably already deleted).") +          await self.bot.api_client.delete(f'bot/offensive-message/{msg["id"]}')          log.info(f"Deleted the offensive message with id {msg['id']}.") | 
