chore: lint

This commit is contained in:
手瓜一十雪
2024-08-25 11:18:11 +08:00
parent 5fab8e9815
commit 5685605731
3 changed files with 52 additions and 52 deletions

View File

@@ -68,7 +68,7 @@ const _handlers: {
}
const uid = await NTQQUserApi.getUidByUinV2(`${atQQ}`);
if (!uid) throw new Error('Get Uid Error');
let info = await NTQQUserApi.getUserDetailInfo(uid);
const info = await NTQQUserApi.getUserDetailInfo(uid);
return SendMsgElementConstructor.at(coreContext, atQQ, uid, AtType.atUser, info.nick || '');
},
[OB11MessageDataType.reply]: async (coreContext, obContext: NapCatOneBot11Adapter, { data: { id } }) => {