1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-06 20:13:50 +08:00

fix /can_send_record response.

This commit is contained in:
Mrs4s 2020-08-09 10:39:37 +08:00
parent 8449770b6d
commit bc47267c3c

View File

@ -477,7 +477,7 @@ func (bot *CQBot) CQCanSendImage() MSG {
}
func (bot *CQBot) CQCanSendRecord() MSG {
return OK(MSG{"yes": false})
return OK(MSG{"yes": true})
}
func (bot *CQBot) CQGetStatus() MSG {