From e3f06a45f53a338e47fcaadaeaa4524f63c06e8a Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 13 Dec 2023 07:48:51 -0800 Subject: [PATCH] add www.tiktok to the list of domains --- app/bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/bot.py b/app/bot.py index 5213f1fe..fe00e89d 100755 --- a/app/bot.py +++ b/app/bot.py @@ -119,6 +119,7 @@ async def fix_social_media_links(ctx): "https://x.com": "vxtwitter", "https://twitter.com": "vxtwitter", "https://tiktok.com": "vxtiktok", + "https://www.tiktok.com": "vxtiktok", } for k in correct_domains.keys(): if k in ctx.content: