Browse Source

more 'doc' stuff3

pull/2437/head
SaculRennorb GitHub 2 years ago
parent
commit
ea9d3fcb25
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ScheduledEventDeleteAuditLogData.cs

+ 1
- 4
src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ScheduledEventDeleteAuditLogData.cs View File

@@ -8,7 +8,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest namespace Discord.Rest
{ {
/// <summary> /// <summary>
/// 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.
/// </summary> /// </summary>
public class ScheduledEventDeleteAuditLogData : IAuditLogData public class ScheduledEventDeleteAuditLogData : IAuditLogData
{ {
@@ -30,8 +30,5 @@ namespace Discord.Rest
/// Gets the snowflake id of the event. /// Gets the snowflake id of the event.
/// </summary> /// </summary>
public ulong Id { get; } public ulong Id { get; }
/// <summary>
/// Gets the snowflake id of the guild the event is associated with.
/// </summary>
} }
} }

Loading…
Cancel
Save