Browse Source

IPrivateChannel should extend IChannel

tags/1.0-rc
RogueException 9 years ago
parent
commit
c8a84a05b8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/Entities/Channels/IPrivateChannel.cs

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

@@ -2,7 +2,7 @@

namespace Discord
{
public interface IPrivateChannel
public interface IPrivateChannel : IChannel
{
IReadOnlyCollection<IUser> Recipients { get; }
}


Loading…
Cancel
Save