Use ternary in replybot example

This commit is contained in:
Elara 2023-10-30 15:05:33 -07:00
parent 136e8cb26e
commit a8d536c058
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#if(len(matches) > 1):Imgur links were#else:An Imgur link was#!if detected in your #(type). Here are links to the same #if(len(matches) > 1):locations#else:location#!if on alternative frontends that protect your privacy.
#(len(matches) > 1 ? "Imgur links were" : "An Imgur link was") detected in your #(type). Here are links to the same #(len(matches) > 1 ? "locations" : "location") on alternative frontends that protect your privacy.
#for(i, match in matches):
#if(len(matches) > 1):Link #(i+1):#!if