correct trigger for tiktok link correction

This commit is contained in:
Luke Robles 2023-08-19 20:19:58 -07:00
parent bc951f9406
commit 80ca13051d

View File

@ -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"
% (