fix: path

This commit is contained in:
手瓜一十雪
2024-12-12 09:37:51 +08:00
parent 87302e8d44
commit eb1c95963a
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import { NapCatOneBot11Adapter, OB11Message } from '@/onebot';
import { NapCatCore } from '@/core';
import { ActionMap } from '../action';
import { AdapterConfig } from '../config/config';
import { plugin_onmessage } from '@/core/plugin';
import { plugin_onmessage } from '@/plugin';
export class OB11PluginAdapter implements IOB11NetworkAdapter {
isEnable: boolean = true;