Add DisplayName property to IGuildUser. (#2107)
This commit is contained in:
@@ -52,6 +52,8 @@ namespace Discord.Rest
|
||||
/// <inheritdoc />
|
||||
DateTimeOffset? IGuildUser.JoinedAt => null;
|
||||
/// <inheritdoc />
|
||||
string IGuildUser.DisplayName => null;
|
||||
/// <inheritdoc />
|
||||
string IGuildUser.Nickname => null;
|
||||
/// <inheritdoc />
|
||||
string IGuildUser.GuildAvatarId => null;
|
||||
|
||||
Reference in New Issue
Block a user