Browse Source

Typo

tags/docs-0.9
Brandon Smith 9 years ago
parent
commit
71d5fd1db8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/DiscordClient.cs

+ 1
- 1
src/Discord.Net/DiscordClient.cs View File

@@ -284,7 +284,7 @@ namespace Discord
foreach (var model in data.PrivateChannels)
{
var user = _users.GetOrAdd(model.Recipient.Id);
user.Update(data.Recipient);
user.Update(model.Recipient);
var channel = _channels.GetOrAdd(model.Id, null, user.Id);
channel.Update(model);
}


Loading…
Cancel
Save