From cd324a4be7fc867492b705be58242c554bed43f9 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Tue, 1 Apr 2025 14:55:05 -0700 Subject: [PATCH] Remove reel from instagram domain fix --- app/bot.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/bot.py b/app/bot.py index 7acd1435..670c71a3 100755 --- a/app/bot.py +++ b/app/bot.py @@ -101,9 +101,6 @@ async def fix_social_media_links(ctx): if ctx.author.id == bot.user.id: return - if "instagram.com" in ctx.content and "reel" not in ctx.content: - return - for k in correct_domains.keys(): if ctx.content.startswith(k) or ctx.content.startswith("www.{k}.com"): await ctx.channel.send(