Skip to content

Commit

Permalink
remove UserID from SoundboardSound
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Jul 30, 2024
1 parent c3695a6 commit 598fe31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discord/soundboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ type SoundboardSound struct {
EmojiID *snowflake.ID `json:"emoji_id"`
EmojiName *string `json:"emoji_name"`
GuildID *snowflake.ID `json:"guild_id,omitempty"`
UserID snowflake.ID `json:"user_id"`
Available *bool `json:"available,omitempty"`
User *User `json:"user"`
}
Expand Down

0 comments on commit 598fe31

Please sign in to comment.