From db5a5d307606477a770ed7d82edd790250e2229f Mon Sep 17 00:00:00 2001 From: Paulo Date: Tue, 5 Feb 2019 02:12:32 -0200 Subject: [PATCH] Fixing doc note --- .../Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs index 7ecfb6886..d8751400d 100644 --- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs +++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs @@ -47,6 +47,8 @@ namespace Discord.Rest /// public IWebhook Webhook { get; } + // Doc Note: Corresponds to the *audit log* data + /// /// Gets the webhook id. /// @@ -55,8 +57,6 @@ namespace Discord.Rest /// public ulong WebhookId { get; } - // Doc Note: Corresponds to the *audit log* data - /// /// Gets the type of webhook that was created. ///