correct trigger for tiktok link correction

This commit is contained in:
Luke Robles 2023-08-19 20:19:58 -07:00
parent 8d8d373435
commit a74d7dc59f

View File

@ -116,7 +116,7 @@ async def annoy_jason(ctx):
@bot.listen("on_message") @bot.listen("on_message")
async def fix_tiktok_links(ctx): 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( await ctx.channel.send(
"%s said:\n%s" "%s said:\n%s"
% ( % (