Skip to content

Commit

Permalink
Hotfix: correctly deserialize ChannelType.GuildDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Apr 11, 2022
1 parent cdc3f34 commit b75e33f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/main/kotlin/entity/DiscordChannel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public sealed class ChannelType(public val value: Int) {
11 -> PublicGuildThread
12 -> PrivateThread
13 -> GuildStageVoice
14 -> GuildDirectory
else -> Unknown(code)
}

Expand Down

0 comments on commit b75e33f

Please sign in to comment.