Jelajahi Sumber

Add mentionable to Role struct

soft as HELL 8 tahun lalu
induk
melakukan
ef3cd76e3d
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      structs.go

+ 1 - 0
structs.go

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