forked from pothtonswer/discordmuffin
Add mentionable to Role struct
This commit is contained in:
parent
acf7de8b3d
commit
ef3cd76e3d
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ type Role struct {
|
|||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Managed bool `json:"managed"`
|
||||
Mentionable bool `json:"mentionable"`
|
||||
Hoist bool `json:"hoist"`
|
||||
Color int `json:"color"`
|
||||
Position int `json:"position"`
|
||||
|
|
Loading…
Reference in a new issue