Browse Source

more 'doc' stuff

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

+ 1
- 1
src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ScheduledEventUpdateAuditLogData.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 updates.
/// </summary> /// </summary>
public class ScheduledEventUpdateAuditLogData : IAuditLogData public class ScheduledEventUpdateAuditLogData : IAuditLogData
{ {


Loading…
Cancel
Save