refactor: remove helper directory in onebot

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

View File

@@ -24,9 +24,9 @@ import {
OB11MessageFileBase,
OB11MessageForward,
} from '@/onebot';
import { OB11Entities } from '../helper';
import { OB11Entities } from '@/onebot/entities';
import { EventType } from '@/onebot/event/OB11BaseEvent';
import { encodeCQCode } from '@/onebot/helper/cqcode';
import { encodeCQCode } from '@/onebot/cqcode';
import { uri2local } from '@/common/file';
import { RequestUtil } from '@/common/request';
import fs from 'node:fs';