mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { WebApi } from '@/core/apis/webapi';
|
||||
import BaseAction from '../BaseAction';
|
||||
import { ActionName } from '../types';
|
||||
|
||||
@@ -10,7 +11,7 @@ export class SetGroupNotice extends BaseAction<PayloadType, null> {
|
||||
|
||||
protected async _handle(payload: PayloadType) {
|
||||
const group = payload.group_id.toString();
|
||||
// WebApi.getGrouptNotice(group);
|
||||
WebApi.setGroupNotice(group);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user