Fix macros in first message with alt.greetings

This commit is contained in:
Cohee 2023-11-05 19:14:17 +02:00
parent 583c737106
commit 5120cf38f0
1 changed files with 1 additions and 1 deletions

View File

@ -4781,7 +4781,7 @@ function getFirstMessage() {
is_user: false,
is_system: false,
send_date: getMessageTimeStamp(),
mes: getRegexedString(firstMes, regex_placement.AI_OUTPUT),
mes: substituteParams(getRegexedString(firstMes, regex_placement.AI_OUTPUT)),
extra: {},
};