diff --git a/src/onebot/action/msg/SendMsg/create-send-elements.ts b/src/onebot/action/msg/SendMsg/create-send-elements.ts index e2c70c3e..a90bc3a5 100644 --- a/src/onebot/action/msg/SendMsg/create-send-elements.ts +++ b/src/onebot/action/msg/SendMsg/create-send-elements.ts @@ -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, ''); },