diff --git a/src/Kook.Net.Core/Entities/Users/IGuildUser.cs b/src/Kook.Net.Core/Entities/Users/IGuildUser.cs index 99e71866..ee610c60 100644 --- a/src/Kook.Net.Core/Entities/Users/IGuildUser.cs +++ b/src/Kook.Net.Core/Entities/Users/IGuildUser.cs @@ -75,6 +75,16 @@ public interface IGuildUser : IUser, IVoiceState /// /// A struct representing the color the user's display name is being displayed in. /// + /// + /// + /// At present, the color of a role may be a solid color or a gradient. See , + /// which is guaranteed due to the fact that the guild's user list API endpoint returns the color type + /// and the gradient color information if exists. However, the value of this property is fetched + /// from the guild's user list API endpoint, which does not return the color type and the gradient + /// color information. Hence, the value of this property may be incorrect if the color of a role is + /// a gradient. + /// + /// Color Color { get; } /// /// Gets whether this user owns the current guild.