Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Sep 16, 2024
1 parent 73b6d3b commit 6b346ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onebot/action/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, BaseAction<any, any>>;

Expand Down

0 comments on commit 6b346ee

Please sign in to comment.