[feat] added <> handling
This commit is contained in:
@@ -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:{
|
export function risuChatParser(da:string, arg:{
|
||||||
chatID?:number
|
chatID?:number
|
||||||
db?:Database
|
db?:Database
|
||||||
|
|||||||
Reference in New Issue
Block a user