update
This commit is contained in:
parent
4fcb8b775d
commit
f7e7dbc967
1
def.go
1
def.go
@ -52,6 +52,7 @@ type ChirpClient struct {
|
|||||||
CWGuildID64 int64 `json:"guild_id"`
|
CWGuildID64 int64 `json:"guild_id"`
|
||||||
CWRole string `json:"role"`
|
CWRole string `json:"role"`
|
||||||
CWState string `json:"state"`
|
CWState string `json:"state"`
|
||||||
|
CWClass string `json:"class"`
|
||||||
CWBusyUntil time.Time `json:"busy_until"`
|
CWBusyUntil time.Time `json:"busy_until"`
|
||||||
CWLastUpdate time.Time `json:"last_update"`
|
CWLastUpdate time.Time `json:"last_update"`
|
||||||
CWIdle bool `json:"idle"`
|
CWIdle bool `json:"idle"`
|
||||||
|
Loading…
Reference in New Issue
Block a user