Skip to content

Commit

Permalink
Add more audit log events.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Jul 14, 2023
1 parent 0c278cc commit 2a6b060
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,15 @@ public enum AuditLogEvent
/// <summary>
/// A member was timed out by AutoMod (according to a rule.
/// </summary>
AutoModerationUserCommunicationDisabled = 145
AutoModerationUserCommunicationDisabled = 145,

/// <summary>
/// A creator monetization request was created.
/// </summary>
CreatorMonetizationRequestCreated = 150,

/// <summary>
/// Creator monetization terms were accepted.
/// </summary>
CreatorMonetizationTermsAccepted = 151
}

0 comments on commit 2a6b060

Please sign in to comment.