fix: reload and parse msg

This commit is contained in:
手瓜一十雪
2025-02-04 19:34:51 +08:00
parent 10890991cd
commit a956efa95d
3 changed files with 12 additions and 8 deletions

View File

@@ -857,7 +857,7 @@ export class OneBotMsgApi {
return parsedElement;
}
}
return [];
return;
},
));