Message.Member fix
This commit is contained in:
@@ -112,7 +112,7 @@ namespace Discord
|
|||||||
public User User => _client.Users[UserId];
|
public User User => _client.Users[UserId];
|
||||||
/// <summary> Returns the author of this message. </summary>
|
/// <summary> Returns the author of this message. </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public Member Member => _client.Members[ServerId, UserId];
|
public Member Member => _client.Members[UserId, ServerId];
|
||||||
|
|
||||||
internal Message(DiscordClient client, string id, string channelId, string userId)
|
internal Message(DiscordClient client, string id, string channelId, string userId)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user