|
|
@@ -120,11 +120,11 @@ namespace Discord |
|
|
|
x => x.AddChannel(this), |
|
|
|
x => x.RemoveChannel(this)); |
|
|
|
_recipient = new Reference<User>(recipientId, |
|
|
|
x => _client.Users.GetOrAdd(x, _server.Id), |
|
|
|
x => _client.Users.GetOrAdd(x, _server.Id), |
|
|
|
x => |
|
|
|
{ |
|
|
|
Name = "@" + x.Name; |
|
|
|
if (_server.Id == null) |
|
|
|
Name = $"@{x}"; |
|
|
|
if (_server.Id == null) |
|
|
|
x.Global.PrivateChannel = this; |
|
|
|
}, |
|
|
|
x => |
|
|
|