4.3.0-rc.1
Pre-release
Pre-release
In order to install, use the following line in your terminal:
pip install git+https://github.com/interactions-py/library.git@4.3.0-rc.1
What's Changed
- Implemented
on_startevent. - Fixed encoding errors when logging events.
- Implemented converters into command options.
- Removed
PresenceButtonobject. - Fixed errors within
get()when requesting anything that isn't a role/emoji. - Added Spanish language translation support in docs.
- Fixed missing logic to
Embed.insert_field_at. - Added new JSON error codes.
- Added
min_length&max_lengthtoOption. - Added
total_message_senttoChannelwhen in a thread. - Added
positiontoMessagewhen in a thread. - Added Audit Log support.
- Implemented
on_command_errorevent. - 💥BREAKING: Implemented a smarter option decorator.
- Added
communication_disabled_untiltoGuildMember. - Suppressed voice state console logs when the event occurs.
- Changed logging level to warning when events aren't properly dispatched.
New Contributors
- @MultiDragon made their first contribution in #937
- @athyk made their first contribution in #968
Full Changelog: 4.3.0-beta.2...4.3.0-rc.1