Browse Source

inherit forum channel from `INesteeChannel`

pull/2469/head
Misha133 2 years ago
parent
commit
c5f4b866c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Channels/IForumChannel.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Channels/IForumChannel.cs View File

@@ -7,7 +7,7 @@ using System.Threading.Tasks;


namespace Discord namespace Discord
{ {
public interface IForumChannel : IGuildChannel, IMentionable
public interface IForumChannel : IGuildChannel, IMentionable, INestedChannel
{ {
/// <summary> /// <summary>
/// Gets a value that indicates whether the channel is NSFW. /// Gets a value that indicates whether the channel is NSFW.


Loading…
Cancel
Save