Merge pull request #254 from lgc2333/patch-1

fix at error
This commit is contained in:
手瓜一十雪 2024-08-14 19:13:48 +08:00 committed by GitHub
commit 27c4543471
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ const _handlers: {
// then the qq is a group member
// Mlikiowa V2.0.19 Refactor Todo
const uid = await coreContext.apis.UserApi.getUidByUinV2(atQQ);
const uid = await coreContext.apis.UserApi.getUidByUinV2(`${atQQ}`);
if (!uid) throw new Error('Get Uid Error');
return SendMsgElementConstructor.at(coreContext, atQQ, uid, AtType.atUser, '');
},