mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
Add missing communication_disabled_until audit log change key (#2044)
* Add missing communication_disabled_until audit log change key * oops it's not camelCase it's snake_case
This commit is contained in:
@@ -59,7 +59,8 @@ export type AuditLogChange =
|
||||
| "auto_archive_duration"
|
||||
| "default_auto_archive_duration"
|
||||
| "entity_type"
|
||||
| "status";
|
||||
| "status"
|
||||
| "communication_disabled_until";
|
||||
}
|
||||
| {
|
||||
newValue: Partial<Role>[];
|
||||
|
||||
Reference in New Issue
Block a user