From 7a21b3903502bc17b1f19f809e469a3caa7dc09e Mon Sep 17 00:00:00 2001 From: Still Hsu <341464@gmail.com> Date: Fri, 21 Dec 2018 13:51:40 +0800 Subject: [PATCH] Cleanup https://github.com/RogueException/Discord.Net/commit/92bf8363ca8f71ba181aaeeb57e2fcfd09448257 --- src/Discord.Net.Core/Entities/Emotes/GuildEmote.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }