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:
parent
8449770b6d
commit
bc47267c3c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user