diff --git a/src/onebot/action/extends/FetchUserProfileLike.ts b/src/onebot/action/extends/FetchUserProfileLike.ts index d4a32ace..fb083e33 100644 --- a/src/onebot/action/extends/FetchUserProfileLike.ts +++ b/src/onebot/action/extends/FetchUserProfileLike.ts @@ -10,7 +10,7 @@ type Payload = Static; export class FetchUserProfileLike extends OneBotAction { actionName = ActionName.FetchUserProfileLike; - + payloadSchema = SchemaData; async _handle(payload: Payload) { return await this.core.apis.UserApi.getUidByUinV2(payload.user_id.toString()); }