[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:{
|
||||
chatID?:number
|
||||
db?:Database
|
||||
|
||||
Reference in New Issue
Block a user