mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: wrong notice_type sub_type
This commit is contained in:
@@ -2,7 +2,8 @@ import { OB11GroupNoticeEvent } from './OB11GroupNoticeEvent';
|
|||||||
import { NapCatCore } from '@/core';
|
import { NapCatCore } from '@/core';
|
||||||
|
|
||||||
export class OB11GroupNameEvent extends OB11GroupNoticeEvent {
|
export class OB11GroupNameEvent extends OB11GroupNoticeEvent {
|
||||||
notice_type = 'group_name';
|
notice_type = 'notify';
|
||||||
|
sub_type = 'group_name';
|
||||||
name_new: string;
|
name_new: string;
|
||||||
|
|
||||||
constructor(core: NapCatCore, groupId: number, userId: number, nameNew: string) {
|
constructor(core: NapCatCore, groupId: number, userId: number, nameNew: string) {
|
||||||
|
Reference in New Issue
Block a user