Skip to content

Commit

Permalink
fix: allow adding forums to channelTypes (#8658)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
almeidx and kodiakhq[bot] committed Sep 24, 2022
1 parent fc8ed81 commit b1e190c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -11,6 +11,7 @@ const allowedChannelTypes = [
ChannelType.PublicThread,
ChannelType.PrivateThread,
ChannelType.GuildStageVoice,
ChannelType.GuildForum,
] as const;

export type ApplicationCommandOptionAllowedChannelTypes = typeof allowedChannelTypes[number];
Expand Down

0 comments on commit b1e190c

Please sign in to comment.