mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-02 00:30:25 +00:00
feat: try add get_group_system_msg
This commit is contained in:
11
src/onebot11/action/group/GetGroupSystemMsg.ts
Normal file
11
src/onebot11/action/group/GetGroupSystemMsg.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import BaseAction from '../BaseAction';
|
||||
import { ActionName } from '../types';
|
||||
import { NTQQMsgApi } from '@/core/apis/msg';
|
||||
|
||||
|
||||
export class GetGroupSystemMsg extends BaseAction<void, void> {
|
||||
actionName = ActionName.GetGroupSystemMsg;
|
||||
protected async _handle(payload: void) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user