fix(deps): update dependency net.dv8tion:jda to v5.1.2 #93
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.1.1
->5.1.2
Release Notes
discord-jda/JDA (net.dv8tion:JDA)
v5.1.2
: | Message Forwarding and Voice MessagesCompare Source
Overview
This release adds support for new message features.
Forwarding messages (#2744)
You can now handle forwarded messages using the new message snapshots.
A bot can also forward a message using
Message#fowardTo
. Note that a forwarded message cannot contain any additional content.Voice messages (#2738)
You can now send voice messages with JDA, by utilizing the new
FileUpload#asVoiceMessage
method on your audio attachments.To create a voice message, you must first determine the audio media type of your voice message and sample a waveform up to 256 bytes. Voice messages require a valid
audio/*
media type likeaudio/ogg
.The waveform is used to render the voice message shape in the preview. It must not be an accurate sampling of the actual audio.
New Features
Bug Fixes
Full Changelog: discord-jda/JDA@v5.1.1...v5.1.2
Installation
Gradle
Maven
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.