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; } ///