Skip to content

Commit

Permalink
chore: Add deleteMessageDays breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Feb 25, 2022
1 parent 5f206ac commit 720987f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions guide/additional-info/changes-in-v14.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ The `message` and `interaction` events are now removed. Use `messageCreate` and

`applicationCommandCreate`, `applicationCommandDelete` and `applicationCommandUpdate` have all been removed. Refer to [this pull request](https://github.com/discordjs/discord.js/pull/6492) for context.

### GuildBanManager

The `days` option when banning a user has been renamed to `deleteMessageDays` to be more aligned to the API name.

### Guild

`#setRolePositions` and `#setChannelPositions` have been removed. Use `RoleManager#setPositions` and `GuildChannelManager#setPositions` instead respectively.
Expand Down

0 comments on commit 720987f

Please sign in to comment.