Skip to content

Commit

Permalink
Fix Invalid serialization of ApplicationIntegrationType
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Aug 25, 2024
1 parent 97594ea commit 60548fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/commonMain/kotlin/entity/DiscordIntegration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
kDoc = "Where an app can be installed, also called its supported installation contexts",
entries = [
Entry("GuildInstall", intValue = 0, kDoc = "App is installable to servers"),
Entry("UserInstall", intValue = 0, kDoc = "App is installable to users"),
Entry("UserInstall", intValue = 1, kDoc = "App is installable to users"),
],
)

Expand Down

0 comments on commit 60548fc

Please sign in to comment.