mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-12 07:50:25 +00:00
refactor: rename OB11BaseEvent
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { EventType, OB11BaseEvent } from '../OB11BaseEvent';
|
||||
import { EventType, OneBotEvent } from '@/onebot/event/OneBotEvent';
|
||||
|
||||
export abstract class OB11BaseMetaEvent extends OB11BaseEvent {
|
||||
export abstract class OB11BaseMetaEvent extends OneBotEvent {
|
||||
post_type = EventType.META;
|
||||
abstract meta_event_type: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user