|
func (s *Session) GuildRoleEdit(guildID, roleID, name string, color int, hoist bool, perm int) (st *Role, err error) {
|
|
func (s *Session) GuildRoleEdit(guildID, roleID, name string, color int, hoist bool, perm int) (st *Role, err error) {
|
|
Name string `json:"name"` // The color the role should have (as a decimal, not hex)
|
|
Name string `json:"name"` // The color the role should have (as a decimal, not hex)
|