diff --git a/cogs/commands/onmessage.py b/cogs/commands/onmessage.py index a5943d2..d778701 100644 --- a/cogs/commands/onmessage.py +++ b/cogs/commands/onmessage.py @@ -28,7 +28,7 @@ async def on_message(self, message: Message): "https://rxddit.com", ) await self.scan_replace( - message, r"https?://www\.instagram\.com", "https://ddinstagram.com" + message, r"https?://www\.instagram\.com", "https://uuinstagram.com" ) async def thanks(self, message: Message):