diff --git a/coolq/api.go b/coolq/api.go index 3fb6fe1..d20f376 100644 --- a/coolq/api.go +++ b/coolq/api.go @@ -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 {