Update dependency net.dv8tion:JDA to v5.4.0 #40
Reference in New Issue
Block a user
Delete Branch "renovate/all-minor-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
5.3.2->5.4.0Release Notes
discord-jda/JDA (net.dv8tion:JDA)
v5.4.0: | Interaction callback response and security incidentsAccess the created or updated message from interaction replies (#2798)
You can now use InteractionHook#getCallbackResponse to access the messages created by interaction replies.
Previously, this could be done using an additional
retrieveOriginalrequest. To reduce requests and improve responsiveness, we recommend preferring this new getter instead.Guild security incidents (#2577)
With guild security incidents, you can now be aware when Discord detects raids or spam in direct messages in a guild. These detections are available with Guild#getSecurityIncidentDetections and are updated with GuildUpdateSecurityIncidentDetectionsEvent.
Additionally, you can modify the security incident actions to temporarily pause invites or disable direct messages in your guild. See Guild#modifySecurityIncidents for details.
New Features
Changes
Bug Fixes
FileProxy#withClientreturn types by @freya022 in https://github.com/discord-jda/JDA/pull/2698Full Changelog: https://github.com/discord-jda/JDA/compare/v5.3.2...v5.4.0
Installation
Gradle
Maven
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Renovate Bot.