diff options
author | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-04-27 21:35:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 21:35:36 +0300 |
commit | 2b1e1a3c0256db22371f1834173e96b29e468d51 (patch) | |
tree | 26d3a1a7241b46033e13adfe4cd438748fa0e93c /util/src/entities/Channel.ts | |
parent | Do stuff for npm workspace (diff) | |
download | server-2b1e1a3c0256db22371f1834173e96b29e468d51.tar.xz |
Forum and guild directory types
Diffstat (limited to 'util/src/entities/Channel.ts')
-rw-r--r-- | util/src/entities/Channel.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/src/entities/Channel.ts b/util/src/entities/Channel.ts index 98766a9d..69c08be7 100644 --- a/util/src/entities/Channel.ts +++ b/util/src/entities/Channel.ts @@ -28,6 +28,8 @@ export enum ChannelType { GUILD_PUBLIC_THREAD = 11, // a temporary sub-channel within a GUILD_TEXT channel GUILD_PRIVATE_THREAD = 12, // a temporary sub-channel within a GUILD_TEXT channel that is only viewable by those invited and those with the MANAGE_THREADS permission GUILD_STAGE_VOICE = 13, // a voice channel for hosting events with an audience + DIRECTORY = 14, // guild directory listing channel + GUILD_FORUM = 15, // forum composed of IM threads TICKET_TRACKER = 33, // ticket tracker, individual ticket items shall have type 12 KANBAN = 34, // confluence like kanban board VOICELESS_WHITEBOARD = 35, // whiteboard but without voice (whiteboard + voice is the same as stage) |