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

@@ -6,7 +6,7 @@ import {
OB11PostSendMsg,
} from '@/onebot/types';
import { ActionName, BaseCheckResult } from '@/onebot/action/types';
import { decodeCQCode } from '@/onebot/helper/cqcode';
import { decodeCQCode } from '@/onebot/cqcode';
import { MessageUnique } from '@/common/message-unique';
import { ChatType, ElementType, NapCatCore, Peer, RawMessage, SendMessageElement } from '@/core';
import BaseAction from '../BaseAction';