How to make a new line in app command string option type.
.addStringOption((option) => option .setName('description') .setDescription('set the description of the embed') )
.addStringOption((option) => option .setName('description') .setDescription('set the description of the embed') )
when inputting the option i am trying to do a new line, it will not let me is there anything i can add to allow this? P.S. I am making a embed command if that helps any