IAudioChannel should extend IChannel

This commit is contained in:
RogueException
2016-12-18 13:58:51 -04:00
parent fc4a0bbe8b
commit 6676a54655

View File

@@ -1,6 +1,6 @@
namespace Discord
{
public interface IAudioChannel
public interface IAudioChannel : IChannel
{
}
}