Commit bc47267c authored by Mrs4s's avatar Mrs4s

fix /can_send_record response.

parent 8449770b
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment