Browse Source

Fixing doc note

pull/1256/head
Paulo GitHub 6 years ago
parent
commit
db5a5d3076
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs

+ 2
- 2
src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs View File

@@ -47,6 +47,8 @@ namespace Discord.Rest
/// </returns>
public IWebhook Webhook { get; }

// Doc Note: Corresponds to the *audit log* data

/// <summary>
/// Gets the webhook id.
/// </summary>
@@ -55,8 +57,6 @@ namespace Discord.Rest
/// </returns>
public ulong WebhookId { get; }

// Doc Note: Corresponds to the *audit log* data

/// <summary>
/// Gets the type of webhook that was created.
/// </summary>


Loading…
Cancel
Save