From 912b9a13aa86773a76ee3da052985ea4e04cb657 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Tue, 5 Feb 2019 02:17:33 -0200 Subject: [PATCH] Better documentation regarding the webhook object Co-Authored-By: SubZero0 --- .../Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs index d8751400d..81d902fc0 100644 --- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs +++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs @@ -43,7 +43,7 @@ namespace Discord.Rest /// Gets the webhook that was created if it still exists. /// /// - /// A webhook object representing the webhook that was created if it still exists. + /// A webhook object representing the webhook that was created if it still exists, otherwise returns null. /// public IWebhook Webhook { get; }