mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 13:10:16 +08:00
fix: #747
This commit is contained in:
parent
adfd4b043f
commit
dec9b477e0
@ -219,6 +219,7 @@ export function createActionMap(obContext: NapCatOneBot11Adapter, core: NapCatCo
|
|||||||
new GetAiCharacters(obContext, core),
|
new GetAiCharacters(obContext, core),
|
||||||
new SendPacket(obContext, core),
|
new SendPacket(obContext, core),
|
||||||
new SendPoke(obContext, core),
|
new SendPoke(obContext, core),
|
||||||
|
new GetGroupSystemMsg(obContext, core),
|
||||||
];
|
];
|
||||||
|
|
||||||
type HandlerUnion = typeof actionHandlers[number];
|
type HandlerUnion = typeof actionHandlers[number];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user