Discord.js Embedded message multiple line value
问题 The standard way of sending an embedded message is: message.channel.send({embed: { color: 3447003, title: "Test:", fields: [ { name: "Test 1", value="Test"}, { name: "Test 2", value: "TEST"}, { name: "Test 3", value: "TEST"} ] } }); I was wondering if there is any way I could make the messages in block form for example: Test1: Test2: test1 test1 test2 test2 test3 test3 test4 test4 I'm aiming so it goes inline and you can input multiple values/per title. First I thought that \n would do the