Add mentionable to Role struct

This commit is contained in:
soft as HELL 2016-09-11 14:32:41 +03:00
parent acf7de8b3d
commit ef3cd76e3d

View file

@ -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"`