Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Add a missing parenthesis

* Fix incorrect PR link

Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
  • Loading branch information
Ombucha and BobDotCom authored Oct 3, 2022
1 parent f8f3f35 commit 9cd72bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New `raw_mentions`, `raw_role_mentions` and `raw_channel_mentions` functions in `discord.utils`.
([#1658](https://github.com/Pycord-Development/pycord/pull/1658))
- New methods `original_response`, `edit_original_response` & `delete_original_response` for `Interaction` objects.
([#1609](https://github.com/Pycord-Development/pycord/pull/1609)
([#1609](https://github.com/Pycord-Development/pycord/pull/1609))


### Deprecated
- The `delete_message_days` parameter in ban methods is now deprecated. Please use `delete_message_seconds` instead.
([#1557](https://github.com/Pycord-Development/pycord/pull/1557))
- The `original_message`, `edit_original_message` & `delete_original_message` methods for `Interaction` are now deprecated. Please use the respective `original_response`, `edit_original_response` & `delete_original_response` methods instead.
([#1557](https://github.com/Pycord-Development/pycord/pull/1557))
([#1609](https://github.com/Pycord-Development/pycord/pull/1609))

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

0 comments on commit 9cd72bc

Please sign in to comment.