We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89330c commit 8d0d801Copy full SHA for 8d0d801
srv/adapter/payloads.ts
@@ -51,7 +51,7 @@ function getBasePayload(opts: AdapterProps, stops: string[] = []) {
51
52
const sequenceBreakers = Array.from(
53
new Set(
54
- [opts.char.name.split(' '), opts.replyAs.name.split(' '), ...characterNames].flat()
+ [opts.char.name?.split(' '), opts.replyAs.name?.split(' '), ...characterNames].flat()
55
).values()
56
)
57
.concat(gen.drySequenceBreakers || [])
0 commit comments