This commit is contained in:
shoopea 2020-01-06 14:59:23 +08:00
parent 4fcb8b775d
commit f7e7dbc967

1
def.go
View File

@ -52,6 +52,7 @@ type ChirpClient struct {
CWGuildID64 int64 `json:"guild_id"`
CWRole string `json:"role"`
CWState string `json:"state"`
CWClass string `json:"class"`
CWBusyUntil time.Time `json:"busy_until"`
CWLastUpdate time.Time `json:"last_update"`
CWIdle bool `json:"idle"`