Skip to content

Commit

Permalink
feat(auditlog): add onboarding and server guide actions (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Jun 5, 2024
1 parent 6af2451 commit cf4e4e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2038,6 +2038,15 @@ const (

AuditLogActionCreatorMonetizationRequestCreated AuditLogAction = 150
AuditLogActionCreatorMonetizationTermsAccepted AuditLogAction = 151

AuditLogActionOnboardingPromptCreate AuditLogAction = 163
AuditLogActionOnboardingPromptUpdate AuditLogAction = 164
AuditLogActionOnboardingPromptDelete AuditLogAction = 165
AuditLogActionOnboardingCreate AuditLogAction = 166
AuditLogActionOnboardingUpdate AuditLogAction = 167

AuditLogActionHomeSettingsCreate = 190
AuditLogActionHomeSettingsUpdate = 191
)

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

0 comments on commit cf4e4e0

Please sign in to comment.