Skip to content

Commit

Permalink
added instagram fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mole1424 committed Jun 16, 2024
1 parent 304ab7f commit 4b33b04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cogs/commands/onmessage.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ async def on_message(self, message: Message):
r"https?://(?:old\.|www\.)?reddit\.com",
"https://rxddit.com",
)
await self.scan_replace(
message, r"https?://www\.instagram\.com", "https://ddinstagram.com"
)

async def thanks(self, message: Message):
# to whoever sees this, you're welcome for the not having a fuck off massive indented if
Expand Down

0 comments on commit 4b33b04

Please sign in to comment.