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_start
event. - Fixed encoding errors when logging events.
- Implemented converters into command options.
- Removed
PresenceButton
object. - 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_length
toOption
. - Added
total_message_sent
toChannel
when in a thread. - Added
position
toMessage
when in a thread. - Added Audit Log support.
- Implemented
on_command_error
event. - 💥BREAKING: Implemented a smarter option decorator.
- Added
communication_disabled_until
toGuildMember
. - 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