This commit is contained in:
pk5ls20 2025-02-02 14:51:36 +08:00
parent adfd4b043f
commit dec9b477e0
No known key found for this signature in database
GPG Key ID: 6370ED7A169F493A

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];