diff --git a/index.ts b/index.ts index 0968c54..2e92dca 100644 --- a/index.ts +++ b/index.ts @@ -185,7 +185,7 @@ async function app() { processed.splice(1, 0, { type: 'Plain', text: '' }) } const firstPlain = { ...processed[1] } as Plain - firstPlain.text = `【${authorName}】` + firstPlain.text + firstPlain.text = `${authorName} (${messageAuthor}):\n` + firstPlain.text processed[1] = firstPlain }