Skip to content

Commit 7e78cc1

Browse files
docs: changelog patches (#3075)
* docs: changelog patches * style(pre-commit): auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 58f4b3e commit 7e78cc1

1 file changed

Lines changed: 18 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These changes are available on the `master` branch, but have not yet been releas
1212

1313
### Added
1414

15-
- Added `.extension` attribute to emojis to get their file extension.
15+
- Added `.extension` attribute to the `AppEmoji` and `GuildEmoji` classes.
1616
([#3055](https://github.com/Pycord-Development/pycord/pull/3055))
1717

1818
### Changed
@@ -24,35 +24,32 @@ These changes are available on the `master` branch, but have not yet been releas
2424

2525
- Fixed `RawMessageUpdateEvent.cached_message` being always `None` even when the message
2626
was cached. ([#3038](https://github.com/Pycord-Development/pycord/pull/3038))
27-
- Fixed downloading animated emojis which were originally uploaded as WebP files by
28-
changing the `.url` extension of animated emojis from .gif to .webp.
27+
- Fixed an issue with downloading animated emojis which were originally uploaded as WebP
28+
files by changing the `.url` extension of animated emojis from `.gif` to `.webp`.
2929
([#3055](https://github.com/Pycord-Development/pycord/pull/3055))
30-
- Fixed `Interaction.channel` not being resolved with user-installed commands ran in
31-
guilds which the bot is not a member of.
30+
- Fixed the `Interaction.channel` attribute not being properly resolved with
31+
user-installed commands ran in guilds of which the bot is not a member.
3232
([#3047](https://github.com/Pycord-Development/pycord/pull/3047))
33-
- Fixed the `ForwardedMessage.mentions`, `ForwardedMessage.role_mentions`, and
34-
`ForwardedMessage.type` attributes not being populated.
33+
- Fixed the following `ForwardedMessage` attributes not being populated:
34+
`ForwardedMessage.mentions`, `ForwardedMessage.role_mentions`, and
35+
`ForwardedMessage.type`.
3536
([#3051](https://github.com/Pycord-Development/pycord/pull/3051))
36-
37-
- Fixed incorrect page group assignment in `Paginator`.
37+
- Fixed incorrect page group assignment in paginators.
3838
([#3065](https://github.com/Pycord-Development/pycord/pull/3065))
39-
- Fixed `Interaction.respond` and `ApplicationContext.respond` methods to explicitly
40-
list their accepted parameters.
39+
- Fixed the `Interaction.respond` and `ApplicationContext.respond` methods to explicitly
40+
list the accepted parameters.
4141
([#3061](https://github.com/Pycord-Development/pycord/pull/3061))
42-
- Fixed an issue where the optional parameters of `InteractionResponse.send_message`
43-
weren't type hinted as optional.
42+
- Fixed an issue where the optional parameters of the `InteractionResponse.send_message`
43+
method were not type-hinted as optional.
4444
([#3061](https://github.com/Pycord-Development/pycord/pull/3061))
4545

46-
### Deprecated
47-
4846
### Removed
4947

50-
- Removed guild creation and ownership related methods and arguments as they're not
51-
allowed for bots anymore.
52-
([#3056](https://github.com/Pycord-Development/pycord/pull/3056))
53-
- Removed `Guild.set_mfa_required`, `Guild.delete`, `Template.create_guild` and
54-
`Client.create_guild`.
55-
- Removed the `owner` keyword argument from `Guild.edit`.
48+
- Removed the guild creation and ownership-related methods and arguments due to updated
49+
restrictions. ([#3056](https://github.com/Pycord-Development/pycord/pull/3056))
50+
- Removed the following methods: `Guild.set_mfa_required`, `Guild.delete`,
51+
`Template.create_guild`, and `Client.create_guild`.
52+
- Removed the `owner` argument from the method `Guild.edit`.
5653

5754
## [2.7.0] - 2025-12-24
5855

0 commit comments

Comments
 (0)