correct trigger for tiktok link correction
This commit is contained in:
parent
8d8d373435
commit
a74d7dc59f
@ -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"
|
||||
% (
|
||||
|
Loading…
x
Reference in New Issue
Block a user