This commit is contained in:
pk5ls20
2025-02-02 14:51:36 +08:00
parent adfd4b043f
commit dec9b477e0

View File

@@ -219,6 +219,7 @@ export function createActionMap(obContext: NapCatOneBot11Adapter, core: NapCatCo
new GetAiCharacters(obContext, core),
new SendPacket(obContext, core),
new SendPoke(obContext, core),
new GetGroupSystemMsg(obContext, core),
];
type HandlerUnion = typeof actionHandlers[number];