Skip to content

Commit

Permalink
feat(constants): Added GUILD_MEDIA channel type (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
polvallverdu authored Oct 10, 2024
1 parent 64b4aee commit a6c1ac7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ export enum ChannelType {
/** The channel in a hub containing the listed servers. */
GUILD_DIRECTORY = 14,
/** A channel that can only contain threads. */
GUILD_FORUM = 15
GUILD_FORUM = 15,
/** A channel where media can be posted. Can only contain threads, similar to GUILD_FORUM channels. */
GUILD_MEDIA = 16
}

/** The formats that stickers can be in. */
Expand Down

0 comments on commit a6c1ac7

Please sign in to comment.