mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-16 13:20:33 +00:00
feat: 支持精华消息
This commit is contained in:
parent
c46a757339
commit
8363ab07a7
@ -70,6 +70,8 @@ import { SetSelfProfile } from './extends/SetSelfProfile';
|
|||||||
import { shareGroupEx, sharePeer } from './extends/sharePeer';
|
import { shareGroupEx, sharePeer } from './extends/sharePeer';
|
||||||
import { CreateCollection } from './extends/CreateCollection';
|
import { CreateCollection } from './extends/CreateCollection';
|
||||||
import { SetLongNick } from './extends/SetLongNick';
|
import { SetLongNick } from './extends/SetLongNick';
|
||||||
|
import DelEssenceMsg from './group/DelEssenceMsg';
|
||||||
|
import SetEssenceMsg from './group/SetEssenceMsg';
|
||||||
|
|
||||||
export const actionHandlers = [
|
export const actionHandlers = [
|
||||||
new RebootNormal(),
|
new RebootNormal(),
|
||||||
@ -147,7 +149,9 @@ export const actionHandlers = [
|
|||||||
new GoCQHTTPGetForwardMsgAction(),
|
new GoCQHTTPGetForwardMsgAction(),
|
||||||
new GetFriendMsgHistory(),
|
new GetFriendMsgHistory(),
|
||||||
new GoCQHTTPHandleQuickAction(),
|
new GoCQHTTPHandleQuickAction(),
|
||||||
new GetGroupSystemMsg()
|
new GetGroupSystemMsg(),
|
||||||
|
new DelEssenceMsg(),
|
||||||
|
new SetEssenceMsg()
|
||||||
];
|
];
|
||||||
|
|
||||||
function initActionMap() {
|
function initActionMap() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user