Skip to content

Commit

Permalink
remove: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Jun 11, 2024
1 parent 75af104 commit 9dad2a8
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);
// console.log(peer);
const returnMsg = await sendMsg(peer, sendElements, deleteAfterSentFiles);
return { message_id: returnMsg.id! };
}
Expand Down

0 comments on commit 9dad2a8

Please sign in to comment.