Skip to content

Commit

Permalink
fix wrong iota for thread audit log events
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Aug 16, 2022
1 parent cf516ef commit 937aabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/audit_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const (

// AuditLogThreadCreate
const (
AuditLogThreadCreate AuditLogEvent = iota + 100
AuditLogThreadCreate AuditLogEvent = iota + 110
AuditLogThreadUpdate
AuditLogThreadDelete
)
Expand Down

0 comments on commit 937aabd

Please sign in to comment.