Skip to content

Commit

Permalink
Add AuditLogGuildOnboardingUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Apr 1, 2023
1 parent 6125af7 commit 6ec38c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions discord/audit_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ const (
AuditLogAutoModerationUserCommunicationDisabled
)

const (
AuditLogGuildOnboardingUpdate AuditLogEvent = 167
)

// AuditLog (https://discord.com/developers/docs/resources/audit-log) These are logs of events that occurred, accessible via the Discord
type AuditLog struct {
ApplicationCommands []ApplicationCommand `json:"application_commands"`
Expand Down

0 comments on commit 6ec38c9

Please sign in to comment.