add subcommand support

This commit is contained in:
jacks0n9 2023-11-02 19:02:08 -07:00
parent 2e4d87ee65
commit b9f8d56cfe

View file

@ -34,6 +34,7 @@ type CommandRunOption struct {
Type int `json:"type"` Type int `json:"type"`
Name string `json:"name"` Name string `json:"name"`
Value string `json:"value"` Value string `json:"value"`
Options []CommandRunOption `json:"options"`
} }
type CommandSearchResponse struct { type CommandSearchResponse struct {