Skip to content

Commit

Permalink
chore: Add audit log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Mar 25, 2022
1 parent 9121c11 commit 4cf7365
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions guide/additional-info/changes-in-v14.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,16 @@ The `days` option when banning a user has been renamed to `deleteMessageDays` to

`Guild#maximumPresences` no longer has a default value of 25,000.

### GuildAuditLogs & GuildAuditLogsEntry

`GuildAuditLogs.build()` has been removed as it has been deemed defunct. There is no alternative.

The following properties & methods have been moved to the `GuildAuditLogsEntry` class:

- `GuildAuditLogs.Targets`
- `GuildAuditLogs.actionType()`
- `GuildAuditLogs.targetType()`

### GuildMember

`GuildMember#pending` is now nullable to account for partial guild members. See [this issue](https://github.com/discordjs/discord.js/issues/6546) for a more in-depth reason.
Expand Down

0 comments on commit 4cf7365

Please sign in to comment.