Skip to content

Commit

Permalink
remove voice channel status events
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed Sep 3, 2023
1 parent 969371e commit 3cb9fd1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions discord/audit_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ const (
AuditLogHarmfulLinksBlockedMessage AuditLogEvent = 180
)

const (
AuditLogVoiceChannelStatusCreate AuditLogEvent = iota + 192
AuditLogVoiceChannelStatusUpdate
)

// 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 3cb9fd1

Please sign in to comment.