forked from pothtonswer/discordmuffin
fix(auditlog): use correct values for AuditLogOptionsType (#1413)
This commit is contained in:
parent
e39e715086
commit
393091b18c
1 changed files with 2 additions and 2 deletions
|
@ -1760,8 +1760,8 @@ type AuditLogOptionsType string
|
|||
|
||||
// Valid Types for AuditLogOptionsType
|
||||
const (
|
||||
AuditLogOptionsTypeMember AuditLogOptionsType = "member"
|
||||
AuditLogOptionsTypeRole AuditLogOptionsType = "role"
|
||||
AuditLogOptionsTypeRole AuditLogOptionsType = "0"
|
||||
AuditLogOptionsTypeMember AuditLogOptionsType = "1"
|
||||
)
|
||||
|
||||
// AuditLogAction is the Action of the AuditLog (see AuditLogAction* consts)
|
||||
|
|
Loading…
Reference in a new issue