From f06705952695c86badb9f064883529a6f9ee011f Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Fri, 26 Jun 2020 15:32:53 -0700 Subject: [PATCH] Update Emoji struct --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.go b/structs.go index d46a992..33c5862 100644 --- a/structs.go +++ b/structs.go @@ -330,8 +330,8 @@ type Emoji struct { Name string `json:"name"` Roles []string `json:"roles"` User *User `json:"user"` - Managed bool `json:"managed"` RequireColons bool `json:"require_colons"` + Managed bool `json:"managed"` Animated bool `json:"animated"` Available bool `json:"available"` }