Skip to content

Commit d996ac7

Browse files
Merge pull request #290 from ThomasRules2000/insta-embed-fix
Fix Instagram autoembed
2 parents b240d22 + 9fafebf commit d996ac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/commands/onmessage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async def on_message(self, message: Message):
2828
"https://rxddit.com",
2929
)
3030
await self.scan_replace(
31-
message, r"https?://www\.instagram\.com", "https://ddinstagram.com"
31+
message, r"https?://www\.instagram\.com", "https://uuinstagram.com"
3232
)
3333

3434
async def thanks(self, message: Message):

0 commit comments

Comments
 (0)