fix: 别名

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
手瓜一十雪
2025-05-18 18:55:56 +08:00
committed by GitHub
parent 401684542a
commit bbc2391bf8

View File

@@ -1,4 +1,4 @@
import { EventType, OneBotEvent } from '../OneBotEvent';
import { EventType, OneBotEvent } from '@/onebot/event/OneBotEvent';
export abstract class OB11BaseRequestEvent extends OneBotEvent {
post_type = EventType.REQUEST;