Skip to content

Commit

Permalink
feat(auditlog): add monetization actions (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Sep 7, 2023
1 parent c211769 commit a2079d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1838,6 +1838,9 @@ const (
AuditLogActionAutoModerationBlockMessage AuditLogAction = 143
AuditLogActionAutoModerationFlagToChannel AuditLogAction = 144
AuditLogActionAutoModerationUserCommunicationDisabled AuditLogAction = 145

AuditLogActionCreatorMonetizationRequestCreated AuditLogAction = 150
AuditLogActionCreatorMonetizationTermsAccepted AuditLogAction = 151
)

// GuildMemberParams stores data needed to update a member
Expand Down

0 comments on commit a2079d3

Please sign in to comment.