chore: Add WIP comment for call command in parser.ts
This commit is contained in:
@@ -1863,6 +1863,7 @@ export async function commandMatcher(p1:string,matcherArg:matcherArg,vars:{[key:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
case 'call':{
|
case 'call':{
|
||||||
|
//WIP
|
||||||
const called = await risuCommandParser(arra[1], {
|
const called = await risuCommandParser(arra[1], {
|
||||||
db: matcherArg.db,
|
db: matcherArg.db,
|
||||||
chara: matcherArg.chara,
|
chara: matcherArg.chara,
|
||||||
|
|||||||
Reference in New Issue
Block a user