修复 go-cqhttp 群文件发送错误
This commit is contained in:
parent
853442a5e8
commit
15444b93e9
|
@ -469,7 +469,7 @@ export default class gocqhttpAdapter {
|
|||
recallMsg: message_id => this.recallMsg(i, message_id),
|
||||
makeForwardMsg: Bot.makeForwardMsg,
|
||||
sendForwardMsg: msg => this.sendGroupForwardMsg(i, msg),
|
||||
sendFile: (file, name) => this.sendGroupFile(data, file, undefined, name),
|
||||
sendFile: (file, name) => this.sendGroupFile(i, file, undefined, name),
|
||||
getInfo: () => this.getGroupInfo(i),
|
||||
getAvatarUrl: () => `https://p.qlogo.cn/gh/${i.group_id}/${i.group_id}/0`,
|
||||
getMemberArray: () => this.getGroupMemberArray(i),
|
||||
|
|
Loading…
Reference in New Issue