Skip to content

Commit 253e4cc

Browse files
author
sebm253
committed
Remove IntegrationTypes from Application
1 parent 7dbeaeb commit 253e4cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

discord/application.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ type Application struct {
3838
CoverImage *string `json:"cover_image,omitempty"`
3939
Flags ApplicationFlags `json:"flags,omitempty"`
4040
ApproximateGuildCount *int `json:"approximate_guild_count,omitempty"`
41-
IntegrationTypes []ApplicationIntegrationType `json:"integration_types"`
4241
IntegrationTypesConfig ApplicationIntegrationTypesConfig `json:"integration_types_config"`
4342
}
4443

0 commit comments

Comments
 (0)