style:lint

This commit is contained in:
手瓜一十雪
2024-04-15 11:08:31 +08:00
parent e8fe96bb48
commit 63302cd024
7 changed files with 83 additions and 83 deletions

View File

@@ -120,7 +120,7 @@ export class NapCatOnebot11 {
}
async postReceiveMsg(msgList: RawMessage[]) {
const {debug, reportSelfMessage} = ob11Config;
const { debug, reportSelfMessage } = ob11Config;
for (const message of msgList) {
// console.log("ob11 收到新消息", message)
// if (message.senderUin !== selfInfo.uin){