From 9fafebf28dd16ce1344f548f88860463f7287c8e Mon Sep 17 00:00:00 2001 From: Thomas Stacey Date: Sun, 28 Sep 2025 15:38:58 +0100 Subject: [PATCH] Fix Instagram autoembed Swap ddinstagram for uuinstagram as ddinstagram is dead --- cogs/commands/onmessage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/commands/onmessage.py b/cogs/commands/onmessage.py index a5943d29..d778701f 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):