From 2dd4b05845f1e53d20a5ee2405ba64b0589bfa68 Mon Sep 17 00:00:00 2001 From: SaculRennorb Date: Tue, 23 Aug 2022 03:41:01 +0200 Subject: [PATCH] more 'doc' stuff --- .../AuditLogs/DataTypes/ScheduledEventUpdateAuditLogData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ScheduledEventUpdateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ScheduledEventUpdateAuditLogData.cs index 1f87bd169..a8797152d 100644 --- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ScheduledEventUpdateAuditLogData.cs +++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ScheduledEventUpdateAuditLogData.cs @@ -8,7 +8,7 @@ using EntryModel = Discord.API.AuditLogEntry; namespace Discord.Rest { /// - /// Contains a piece of audit log data related to a scheduled event creation. + /// Contains a piece of audit log data related to a scheduled event updates. /// public class ScheduledEventUpdateAuditLogData : IAuditLogData {