From bc47267c3c9d5f616ce2db4c1d7dcb4b4eb6c8a5 Mon Sep 17 00:00:00 2001 From: Mrs4s <1844812067@qq.com> Date: Sun, 9 Aug 2020 10:39:37 +0800 Subject: [PATCH] fix /can_send_record response. --- coolq/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {