Skip to content

Commit

Permalink
release: 1.5.6-复活下win
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Jun 14, 2024
1 parent ae84a8d commit d95ac89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onebot11/action/msg/SendMsg/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnDataType> {
// log("send msg:", peer, sendElements)

const { sendElements, deleteAfterSentFiles } = await createSendElements(messages, group);
console.log(peer, JSON.stringify(sendElements,null,2));
//console.log(peer, JSON.stringify(sendElements,null,2));
const returnMsg = await sendMsg(peer, sendElements, deleteAfterSentFiles);
return { message_id: returnMsg.id! };
}
Expand Down

0 comments on commit d95ac89

Please sign in to comment.