From 0883fe5ff8ed018fdcecddebebb44c2dcf0958f4 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Sun, 30 Sep 2018 16:48:14 -0700 Subject: [PATCH] docs "Id" -> "ID" --- src/Discord.Net.Core/Entities/Guilds/IGuild.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Discord.Net.Core/Entities/Guilds/IGuild.cs b/src/Discord.Net.Core/Entities/Guilds/IGuild.cs index 7ef4a37d3..eff107a88 100644 --- a/src/Discord.Net.Core/Entities/Guilds/IGuild.cs +++ b/src/Discord.Net.Core/Entities/Guilds/IGuild.cs @@ -148,10 +148,10 @@ namespace Discord /// ulong OwnerId { get; } /// - /// Gets the application id of the guild creator if it is bot-created. + /// Gets the application ID of the guild creator if it is bot-created. /// /// - /// A representing the snowflake identifier of the application Id that created this guild, or null if it was not bot-created. + /// A representing the snowflake identifier of the application ID that created this guild, or null if it was not bot-created. /// ulong? ApplicationId { get; } ///