forked from pothtonswer/discordmuffin
Bring back color
This commit is contained in:
parent
9c23b3bbef
commit
75a5d6bf62
1 changed files with 7 additions and 8 deletions
|
@ -174,8 +174,7 @@ type Role struct {
|
|||
Name string `json:"name"`
|
||||
Managed bool `json:"managed"`
|
||||
Hoist bool `json:"hoist"`
|
||||
// This is coming back as an int or string, for now do not parse.
|
||||
Color int `json:"-"`
|
||||
Color int `json:"color"`
|
||||
Position int `json:"position"`
|
||||
Permissions int `json:"permissions"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue