Browse Source

Update Emoji struct

Robbie Trencheny 4 years ago
parent
commit
f067059526
1 changed files with 1 additions and 1 deletions
  1. 1 1
      structs.go

+ 1 - 1
structs.go

@@ -330,8 +330,8 @@ type Emoji struct {
 	Name          string   `json:"name"`
 	Name          string   `json:"name"`
 	Roles         []string `json:"roles"`
 	Roles         []string `json:"roles"`
 	User          *User    `json:"user"`
 	User          *User    `json:"user"`
-	Managed       bool     `json:"managed"`
 	RequireColons bool     `json:"require_colons"`
 	RequireColons bool     `json:"require_colons"`
+	Managed       bool     `json:"managed"`
 	Animated      bool     `json:"animated"`
 	Animated      bool     `json:"animated"`
 	Available     bool     `json:"available"`
 	Available     bool     `json:"available"`
 }
 }