diff --git a/src/onebot/action/index.ts b/src/onebot/action/index.ts index d8f1f13f8..0bb1e683e 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>;