It's not rank, it's privileges
This commit is contained in:
parent
fcdd042d6c
commit
534d5183ed
|
@ -16,7 +16,7 @@ type userData struct {
|
||||||
Username string `json:"username"`
|
Username string `json:"username"`
|
||||||
UsernameAKA string `json:"username_aka"`
|
UsernameAKA string `json:"username_aka"`
|
||||||
RegisteredOn time.Time `json:"registered_on"`
|
RegisteredOn time.Time `json:"registered_on"`
|
||||||
Privileges uint64 `json:"rank"`
|
Privileges uint64 `json:"privileges"`
|
||||||
LatestActivity time.Time `json:"latest_activity"`
|
LatestActivity time.Time `json:"latest_activity"`
|
||||||
Country string `json:"country"`
|
Country string `json:"country"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user