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
Colorclass attributes to static methods. - Created
IDMIxinto compare/hash models easier. - Implemented
with_countsparam forget_guild. - Fixed iterating through
NoneType. - Implemented
app_permissionsin Context. - Added support for sending stickers.
- 💥BREAKING: Changed LibraryException arguments to respect usage.
- Removed the majority of
.pyifiles. - Added an event page to documentation
- Refactored context sending/editing/deffering.
- 💥BREAKING: Refactored cache and dispatch cached models in delete/remove events.
- Merged the
enhancedextension. - Fixed an issue for resolving data for mentionable option type.
- Merged the
getextension/function.
Full Changelog: 4.3.0-beta.1...4.3.0-beta.2