Skip to content

Commit

Permalink
fix: incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryZRF committed Dec 22, 2024
1 parent a1700dd commit b96076b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/onebot/action/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ import { SendGroupAiRecord } from "@/onebot/action/group/SendGroupAiRecord";
import { GetAiCharacters } from "@/onebot/action/extends/GetAiCharacters";
import { GetGuildList } from './guild/GetGuildList';
import { GetGuildProfile } from './guild/GetGuildProfile';
import { GetClientkey } from './extends/GetClientKey';

import { GetClientkey } from './extends/GetClientkey';
export function createActionMap(obContext: NapCatOneBot11Adapter, core: NapCatCore) {

const actionHandlers = [
Expand Down

0 comments on commit b96076b

Please sign in to comment.