Embed Question & Issue
Closed this issue · 3 comments
mailustoday commented
Question: Is it possible to save embeds so It's easier to send?
Issue: I was writing a description for an embed with line breaks (return) it didn't work and it would just send the first line, I tried using \n but It doesn't work.
hoemotion commented
I haven‘t added such an option yet, but you could replace in line 175 the stuff which comes after the '=' with 'yourtext \n yourtext '
mailustoday commented
hoemotion commented