Extend case for chat index and role
This commit is contained in:
@@ -197,7 +197,7 @@ export async function processScriptFull(char:character|groupChat|simpleCharacter
|
||||
}
|
||||
}
|
||||
else{
|
||||
data = risuChatParser(data.replace(reg, outScript))
|
||||
data = risuChatParser(data.replace(reg, outScript), { chatID: chatID })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user