Skip to content

Commit

Permalink
Deprecate IntegrationApplication.summary (#580)
Browse files Browse the repository at this point in the history
* Deprecate IntegrationApplication.summary

* warning instead of error
  • Loading branch information
lukellmann authored Apr 9, 2022
1 parent dd10a99 commit 1dad21b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/main/kotlin/entity/DiscordIntegration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public data class IntegrationApplication(
val name: String,
val icon: String?,
val description: String,
@Deprecated("This is deprecated and will always be empty.")
val summary: String,
val bot: Optional<DiscordUser> = Optional.Missing(),
)
Expand Down

0 comments on commit 1dad21b

Please sign in to comment.