refactor: rename OB11BaseEvent

This commit is contained in:
手瓜一十雪
2024-11-19 12:55:42 +08:00
parent 9ffaab178a
commit 12cb500818
9 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
import { OB11BaseNoticeEvent } from '../notice/OB11BaseNoticeEvent';
import { EventType } from '../OB11BaseEvent';
import { EventType } from '../OneBotEvent';
import { NapCatCore } from '@/core';
export class OB11FriendRequestEvent extends OB11BaseNoticeEvent {