Skip to content

Commit 7ef5ccb

Browse files
authored
Update CHANGELOG.md
1 parent 7554550 commit 7ef5ccb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- `suppress` kwarg to `Messageable.send()` ([#1587](https://github.com/Pycord-Development/pycord/pull/1587))
1212
- `proxy` and `proxy_auth` params to many Webhook related methods.
1313
([#1655](https://github.com/Pycord-Development/pycord/pull/1655))
14+
- `delete_message_seconds` parameter in ban methods. ([#1557](https://github.com/Pycord-Development/pycord/pull/1557))
15+
16+
### Deprecated
17+
- The `delete_message_days` parameter in ban methods is now deprecated. Please use `delete_message_seconds` instead.
18+
([#1557](https://github.com/Pycord-Development/pycord/pull/1557))
1419

1520
### Fixed
1621
- Various fixes to ext.bridge groups ([#1633](https://github.com/Pycord-Development/pycord/pull/1633) &

0 commit comments

Comments
 (0)