refactor: remove helper directory in onebot

This commit is contained in:
Seijo Cecilia
2024-08-28 15:09:17 +08:00
parent f47e75c423
commit 0d65f846ae
18 changed files with 17 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
import { OB11GroupMember } from '@/onebot';
import { OB11Entities } from '@/onebot/helper/entities';
import { OB11Entities } from '@/onebot/entities';
import BaseAction from '../BaseAction';
import { ActionName } from '../types';
import { FromSchema, JSONSchema } from 'json-schema-to-ts';