Hey. So I'm getting close to having the command work for me, but for some odd reason, it mentions (or @) me twice rather than mentioning who I @member if that makes sense. Any fixes and where did I go wrong? And also, is there a way to construct this to be under 500 characters if possible?
This is the command where I left off:
$(eval const u1 = "$(user)", u2 = "$(touser)", score = Math.random()*100|0, data = $(urlfetch json https://pastebin.com/raw/BnN28qsM), r = score < 21 ? data.loveMeter["0-20"] : score < 41 ? data.loveMeter["21-40"] : score < 61 ? data.loveMeter["41-60"] : score < 81 ? data.loveMeter["61-80"] : data.loveMeter["81-100"], p = r[Math.random()*r.length|0]; u2 ? u1 + " and @" + u2 + " have a love score of " + score + "%! " + p : u1 + " needs a second user." )
Get back to me whenever. Making commands is like fun to me now lol.