mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Change abc.GuildChannel.overwrites to have Object keys if cache failed
Ultimately despite it not being the prettiest, Object keys ended up being the sanest solution to this without destroying ergonomics.
This commit is contained in:
@ -1119,6 +1119,7 @@ The following changes have been made:
|
||||
- :attr:`AuditLogEntry.target` may now be a :class:`PartialMessageable`.
|
||||
- :attr:`PartialMessage.channel` may now be a :class:`PartialMessageable`.
|
||||
- :attr:`Guild.preferred_locale` is now of type :class:`Locale`.
|
||||
- :attr:`abc.GuildChannel.overwrites` keys can now have :class:`Object` in them.
|
||||
|
||||
Removals
|
||||
----------
|
||||
|
Reference in New Issue
Block a user