Browse Source

Add student hub guild directory channel (#256)

* animated guild banner support

* Add guild directory channel
pull/1923/head
MrCakeSlayer GitHub 3 years ago
parent
commit
a9216f12fc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/Discord.Net.Core/Entities/Channels/ChannelType.cs

+ 3
- 2
src/Discord.Net.Core/Entities/Channels/ChannelType.cs View File

@@ -24,7 +24,8 @@ namespace Discord
/// <summary> The channel is a private temporary thread channel under a text channel. </summary>
PrivateThread = 12,
/// <summary> The channel is a stage voice channel. </summary>
Stage = 13

Stage = 13,
/// <summary> The channel is a guild directory used in hub servers. (Unreleased)</summary>
GuildDirectory = 14
}
}

Loading…
Cancel
Save