mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
chore: v3.29.3
This commit is contained in:
@@ -5,7 +5,7 @@ import { NTQQGroupApi } from '@/ntqqapi/api'
|
||||
interface Payload {
|
||||
group_id: string | number
|
||||
file_id: string
|
||||
busid?: number
|
||||
busid?: 102
|
||||
}
|
||||
|
||||
export class GoCQHTTPDelGroupFile extends BaseAction<Payload, void> {
|
||||
|
@@ -14,7 +14,6 @@ class GetGroupMemberList extends BaseAction<Payload, OB11GroupMember[]> {
|
||||
actionName = ActionName.GetGroupMemberList
|
||||
|
||||
protected async _handle(payload: Payload) {
|
||||
//const isNocache = payload.no_cache == true || payload.no_cache === 'true' //已强制无缓存
|
||||
const groupMembers = await NTQQGroupApi.getGroupMembers(payload.group_id.toString())
|
||||
const groupMembersArr = Array.from(groupMembers.values())
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
export const version = '3.29.2'
|
||||
export const version = '3.29.3'
|
||||
|
Reference in New Issue
Block a user