fix: reload and parse msg

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

View File

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