diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ScheduledEventDeleteAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ScheduledEventDeleteAuditLogData.cs index ae3df492a..34fa96225 100644 --- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ScheduledEventDeleteAuditLogData.cs +++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ScheduledEventDeleteAuditLogData.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 deleteion. /// public class ScheduledEventDeleteAuditLogData : IAuditLogData { @@ -30,8 +30,5 @@ namespace Discord.Rest /// Gets the snowflake id of the event. /// public ulong Id { get; } - /// - /// Gets the snowflake id of the guild the event is associated with. - /// } }