Skip to content

Commit 9cd72bc

Browse files
OmbuchaBobDotCom
andauthored
Fix changelog for #1609 (#1663)
* Add a missing parenthesis * Fix incorrect PR link Co-authored-by: BobDotCom <[email protected]>
1 parent f8f3f35 commit 9cd72bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- New `raw_mentions`, `raw_role_mentions` and `raw_channel_mentions` functions in `discord.utils`.
2121
([#1658](https://github.com/Pycord-Development/pycord/pull/1658))
2222
- New methods `original_response`, `edit_original_response` & `delete_original_response` for `Interaction` objects.
23-
([#1609](https://github.com/Pycord-Development/pycord/pull/1609)
23+
([#1609](https://github.com/Pycord-Development/pycord/pull/1609))
2424

2525

2626
### Deprecated
2727
- The `delete_message_days` parameter in ban methods is now deprecated. Please use `delete_message_seconds` instead.
2828
([#1557](https://github.com/Pycord-Development/pycord/pull/1557))
2929
- 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.
30-
([#1557](https://github.com/Pycord-Development/pycord/pull/1557))
30+
([#1609](https://github.com/Pycord-Development/pycord/pull/1609))
3131

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

0 commit comments

Comments
 (0)