Embed text with pipe instead of arrow

This commit is contained in:
Cadence Ember 2024-02-12 15:39:04 +13:00
parent 789a90a893
commit d673296619
2 changed files with 19 additions and 19 deletions

View file

@ -520,7 +520,7 @@ async function messageToEvent(message, guild, options = {}, di) {
if (embed.footer?.text) rep.addLine(`${embed.footer.text}`, tag`${embed.footer.text}`)
let {body, formatted_body: html} = rep.get()
body = body.split("\n").map(l => "> " + l).join("\n")
body = body.split("\n").map(l => "| " + l).join("\n")
html = `<blockquote>${html}</blockquote>`
// Send as m.notice to apply the usual automated/subtle appearance, showing this wasn't actually typed by the person