Skip to content

Commit 5d2d39d

Browse files
authored
gateway: Fix typo in GuildEmojisUpdateEvent.Emojis JSON tag (#276)
1 parent b2e852d commit 5d2d39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/events.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ type (
146146

147147
GuildEmojisUpdateEvent struct {
148148
GuildID discord.GuildID `json:"guild_id"`
149-
Emojis []discord.Emoji `json:"emoji"`
149+
Emojis []discord.Emoji `json:"emojis"`
150150
}
151151

152152
GuildIntegrationsUpdateEvent struct {

0 commit comments

Comments
 (0)