Skip to content

Commit

Permalink
Add Onboarding/Server Guide audit log events
Browse files Browse the repository at this point in the history
  • Loading branch information
MCausc78 authored May 16, 2024
1 parent 93c3168 commit 845a5ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/audit_log.v
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,16 @@ pub enum AuditLogEvent {
creator_monetization_request_created = 150
// Creator monetization terms were accepted
creator_monetization_terms_accepted
// Guild Onboarding Question was created
onboarding_question_create = 163
// Guild Onboarding Question was updated
onboarding_question_update
// Guild Onboarding was updated
onboarding_update = 167
// Guild Server Guide was created
server_guide_create = 190
// Guild Server Guide was updated
server_guide_update
}

pub struct AuditLogChange {
Expand Down

0 comments on commit 845a5ce

Please sign in to comment.