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':{ 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,