diff --git a/src/Discord.Net.Core/Entities/Emotes/GuildEmote.cs b/src/Discord.Net.Core/Entities/Emotes/GuildEmote.cs index 1c5b3af9e..4bd0845c8 100644 --- a/src/Discord.Net.Core/Entities/Emotes/GuildEmote.cs +++ b/src/Discord.Net.Core/Entities/Emotes/GuildEmote.cs @@ -31,10 +31,11 @@ namespace Discord /// public IReadOnlyList RoleIds { get; } /// - /// Gets the user Id that created this emoji. + /// Gets the user ID associated with the creation of this emoji. /// /// - /// A user Id of the user who created this emoji, which may be null. A null value only indicates that the creator was not supplied as part of the API response. + /// An snowflake identifier representing the user who created this emoji; + /// null if unknown. /// public ulong? CreatorId { get; }