Skip to content

Commit

Permalink
fix: added AuditLogChangeKeyTempoary back for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Feb 16, 2022
1 parent c26bf45 commit 5ee0635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions structs.go
Expand Up @@ -1074,6 +1074,8 @@ const (
AuditLogChangeKeyTags AuditLogChangeKey = "tags"
// AuditLogChangeKeyTemporary is sent when invite code is now temporary or never expires (bool) - invite
AuditLogChangeKeyTemporary AuditLogChangeKey = "temporary"
// TODO: remove when compatibility is not required
AuditLogChangeKeyTempoary = AuditLogChangeKeyTemporary
// AuditLogChangeKeyTopic is sent when text channel topic or stage instance topic changed (string) - channel or stage instance
AuditLogChangeKeyTopic AuditLogChangeKey = "topic"
// AuditLogChangeKeyType is sent when type of entity created (int or string) - any
Expand Down

0 comments on commit 5ee0635

Please sign in to comment.