mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-12 06:45:46 +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