chore: Add WIP comment for call command in parser.ts

This commit is contained in:
kwaroran
2024-06-29 00:55:09 +09:00
parent 87f7b2f748
commit 3cb21912d6

View File

@@ -1863,6 +1863,7 @@ export async function commandMatcher(p1:string,matcherArg:matcherArg,vars:{[key:
}
}
case 'call':{
//WIP
const called = await risuCommandParser(arra[1], {
db: matcherArg.db,
chara: matcherArg.chara,