Skip to content

Commit

Permalink
update events
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Apr 1, 2023
1 parent fd82e21 commit 2574b1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion discord/audit_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ const (
)

const (
AuditLogGuildOnboardingUpdate AuditLogEvent = 167
AuditLogOnboardingQuestionCreate AuditLogEvent = iota + 163
AuditLogOnboardingQuestionUpdate
_
_
AuditLogOnboardingUpdate
)

// AuditLog (https://discord.com/developers/docs/resources/audit-log) These are logs of events that occurred, accessible via the Discord
Expand Down

0 comments on commit 2574b1b

Please sign in to comment.