4.3.0-beta.2: Merge pull request #923 from interactions-py/unstable
Pre-release
Pre-release
In order to install, use the following line in your terminal:
pip install git+https://github.com/interactions-py/[email protected]
What's Changed
- Fixed misplaced
.id
- 💥BREAKING: Allowed ignoring Missing Access errors during synchronisation cleaner.
- 💥BREAKING: Implemented appending attachments on message/context edit without reuploading.
- Added more thread helper functions.
- Fixed command synchronisation for option/choice changes.
- 💥BREAKING: Change
Color
class attributes to static methods. - Created
IDMIxin
to compare/hash models easier. - Implemented
with_counts
param forget_guild
. - Fixed iterating through
NoneType
. - Implemented
app_permissions
in Context. - Added support for sending stickers.
- 💥BREAKING: Changed LibraryException arguments to respect usage.
- Removed the majority of
.pyi
files. - Added an event page to documentation
- Refactored context sending/editing/deffering.
- 💥BREAKING: Refactored cache and dispatch cached models in delete/remove events.
- Merged the
enhanced
extension. - Fixed an issue for resolving data for mentionable option type.
- Merged the
get
extension/function.
Full Changelog: 4.3.0-beta.1...4.3.0-beta.2