Implements full player get

This commit is contained in:
2024-10-28 00:05:30 +01:00
parent 7903bb7830
commit c8d5540b0d
7 changed files with 178 additions and 5 deletions

View File

@@ -8,9 +8,9 @@ type (
Name string `json:"name"`
}
Player struct {
ID int64
Name string `json:"name"`
Guild Guild `json:"guild"`
ID int64
Name string `json:"name"`
Guild Guild `json:"guild,omitempty"`
}
Association struct {
ID int64