Skip to content

Commit c3f2beb

Browse files
author
caneleex
committed
add Stickers to GuildPreview
1 parent 6cda949 commit c3f2beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/guild.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ type GuildPreview struct {
289289
ApproximateMemberCount *int `json:"approximate_member_count"`
290290
ApproximatePresenceCount *int `json:"approximate_presence_count"`
291291
Emojis []Emoji `json:"emojis"`
292+
Stickers []Sticker `json:"stickers"`
292293
}
293294

294295
// GuildCreate is the payload used to create a Guild

0 commit comments

Comments
 (0)