Skip to content

Commit

Permalink
Apparently forums exist? Try it.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Mar 20, 2023
1 parent ed0a1e7 commit f343ef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public fun ChannelType.toTranslationKey(): String = when (this) {
ChannelType.PublicGuildThread -> "channelType.publicGuildThread"
ChannelType.PrivateThread -> "channelType.privateThread"
ChannelType.GuildDirectory -> "channelType.guildDirectory"
// ChannelType.GuildForum -> "channelType.guildForum"
ChannelType.GuildForum -> "channelType.guildForum"

is ChannelType.Unknown -> "channelType.unknown"
}
Expand Down

0 comments on commit f343ef4

Please sign in to comment.