Skip to content

Commit

Permalink
Remove Summary from Application
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Aug 29, 2024
1 parent 3c62607 commit ba3906d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discord/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ type Application struct {
InstallParams *InstallParams `json:"install_params"`
Tags []string `json:"tags"`
Owner *User `json:"owner,omitempty"`
Summary string `json:"summary"`
VerifyKey string `json:"verify_key"`
Team *Team `json:"team,omitempty"`
GuildID *snowflake.ID `json:"guild_id,omitempty"`
Expand Down

0 comments on commit ba3906d

Please sign in to comment.