Skip to content

Commit

Permalink
add ApplicationCommands to AuditLog
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Aug 16, 2022
1 parent 1e918cb commit 608346e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/audit_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ const (

// 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"`
AuditLogEntries []AuditLogEntry `json:"audit_log_entries"`
AutoModerationRules []AutoModerationRule `json:"auto_moderation_rules"`
GuildScheduledEvents []GuildScheduledEvent `json:"guild_scheduled_events"`
Expand Down

0 comments on commit 608346e

Please sign in to comment.