From 6b346ee1de586ef60327bdeb05f9bf5543de493c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Mon, 16 Sep 2024 19:01:01 +0800 Subject: [PATCH] fix --- src/onebot/action/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onebot/action/index.ts b/src/onebot/action/index.ts index d8f1f13f..0bb1e683 100644 --- a/src/onebot/action/index.ts +++ b/src/onebot/action/index.ts @@ -84,7 +84,7 @@ import { GetGroupFileSystemInfo } from '@/onebot/action/go-cqhttp/GetGroupFileSy import { GetGroupRootFiles } from '@/onebot/action/go-cqhttp/GetGroupRootFiles'; import { GetGroupFilesByFolder } from '@/onebot/action/go-cqhttp/GetGroupFilesByFolder'; import { GetGroupSystemMsg } from './system/GetSystemMsg'; -import { FetchOtherProfileLike } from './extends/fetchOtherProfileLike'; +import { FetchOtherProfileLike } from '@/onebot/action/extends/fetchOtherProfileLike'; export type ActionMap = Map>;