Hello! I've been a long time lurker on here trying to learn how to code some nightbot commands. I made an account today to hopefully tweek and correct some of my mistakes. I made a nightbot "love" command, but somewhere it got mixed up or I forgot a part and cant seem to fix it.
Here is the code:
The code itself (when used with "!love") posts a giant block of text. I also posted what the problem looks like with a picture.If anyone can help me or give me tips on how to fix it, it would be most appreciated.EDIT: For reference (as to why my method was incorrect), and for anyone else learning like me, the code below was the one I used to make my first code. Learning from Emily helped **significantly**``` $(eval a=Math.ceil(Math.random()*100);`There is a ${a}% chance of love between $(user) and $(touser). `+(a<25?`less than 25% response`:(a<50?`between 25% and 50% response`:(a<75?`between 50% and 70% response`:`between 75% and 100% response`)))) ```
