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