From a74d7dc59fd2d7dd34319393edc170454cee403b Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sat, 19 Aug 2023 20:19:58 -0700 Subject: [PATCH] correct trigger for tiktok link correction --- app/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.py b/app/bot.py index cbfcefdb..f1c0eb3a 100755 --- a/app/bot.py +++ b/app/bot.py @@ -116,7 +116,7 @@ async def annoy_jason(ctx): @bot.listen("on_message") async def fix_tiktok_links(ctx): - if "https://www.tiktok.com/t/" in ctx.content: + if "https://www.tiktok.com" in ctx.content: await ctx.channel.send( "%s said:\n%s" % (