mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix
This commit is contained in:
@@ -98,6 +98,10 @@ export class NTQQGroupApi {
|
|||||||
)
|
)
|
||||||
return notifies
|
return notifies
|
||||||
} else {
|
} else {
|
||||||
|
invoke({
|
||||||
|
methodName: ReceiveCmdS.GROUP_NOTIFY,
|
||||||
|
classNameIsRegister: true,
|
||||||
|
})
|
||||||
return (await invoke<GroupNotifies>({
|
return (await invoke<GroupNotifies>({
|
||||||
methodName: NTMethod.GET_GROUP_NOTICE,
|
methodName: NTMethod.GET_GROUP_NOTICE,
|
||||||
cbCmd: ReceiveCmdS.GROUP_NOTIFY,
|
cbCmd: ReceiveCmdS.GROUP_NOTIFY,
|
||||||
|
Reference in New Issue
Block a user