Skip to content

Commit

Permalink
Update discord/soundboard.go
Browse files Browse the repository at this point in the history
Co-authored-by: Toπ <[email protected]>
  • Loading branch information
sebm253 and topi314 authored Sep 21, 2024
1 parent d66a8d7 commit 71d6d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/soundboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type SoundboardSound struct {
EmojiName *string `json:"emoji_name"`
GuildID *snowflake.ID `json:"guild_id,omitempty"`
Available *bool `json:"available,omitempty"`
User *User `json:"user"`
User *User `json:"user,omitempty"`
}

func (s SoundboardSound) URL(opts ...CDNOpt) string {
Expand Down

0 comments on commit 71d6d64

Please sign in to comment.