Browse Source

docs "Id" -> "ID"

pull/1165/head
Chris Johnston 7 years ago
parent
commit
0883fe5ff8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.Core/Entities/Guilds/IGuild.cs

+ 2
- 2
src/Discord.Net.Core/Entities/Guilds/IGuild.cs View File

@@ -148,10 +148,10 @@ namespace Discord
/// </returns> /// </returns>
ulong OwnerId { get; } ulong OwnerId { get; }
/// <summary> /// <summary>
/// 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.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// A <see cref="ulong"/> representing the snowflake identifier of the application Id that created this guild, or <c>null</c> if it was not bot-created.
/// A <see cref="ulong"/> representing the snowflake identifier of the application ID that created this guild, or <c>null</c> if it was not bot-created.
/// </returns> /// </returns>
ulong? ApplicationId { get; } ulong? ApplicationId { get; }
/// <summary> /// <summary>


Loading…
Cancel
Save