Default private channels to ChannelType.Text

This commit is contained in:
RogueException
2016-02-12 01:44:17 -04:00
parent 0fe6835400
commit 5bff403cec

View File

@@ -121,6 +121,7 @@ namespace Discord
Recipient = recipient;
AddUser(client.PrivateUser);
AddUser(recipient);
Type = ChannelType.Text; //Discord doesn't give us a type for private channels
}
private Channel(DiscordClient client, ulong id)
{