mirror of
https://github.com/awfufu/qbot.git
synced 2026-03-01 13:29:43 +08:00
feat: Adapted to Napcat message sending interface
This commit is contained in:
@@ -3,5 +3,5 @@ package api
|
||||
import "encoding/json"
|
||||
|
||||
type Client interface {
|
||||
Send(action string, params map[string]any) (json.RawMessage, error)
|
||||
SendParams(action string, params map[string]any) (json.RawMessage, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user