[feat] added <> handling

This commit is contained in:
kwaroran
2023-07-16 22:36:10 +09:00
parent bc57c232cd
commit 30f9aa121c

View File

@@ -143,7 +143,7 @@ export function processScriptFull(char:character|groupChat, data:string, mode:Sc
}
const rgx = /{{(.+?)}}/gm
const rgx = /(?:{{|<)(.+?)(?:}}|>)/gm
export function risuChatParser(da:string, arg:{
chatID?:number
db?:Database