Update dependency net.dv8tion:JDA to v5.0.0-alpha.22 #154
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.0.0-alpha.21
->5.0.0-alpha.22
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
DV8FromTheWorld/JDA
v5.0.0-alpha.22
Compare Source
Overview
This is most likely the final alpha release. The current plan is to merge a few more breaking changes, and address some remaining TODOs before finally bumping to beta! Stay tuned.
Implement new select menus (#2287)
Discord has introduced new select menu component types, which support selecting mentionable entities like
User
/Role
/Channel
. With this release we are introducing a small breaking change to theSelectMenu
type:StringSlectMenu
is the old select menu, used for custom string choicesEntitySelectMenu
is the new select menu, used for mentionable entitiesAnd you use the
StringSelectInteractionEvent
andEntitySelectInteractionEvent
to handle them.Ability to disable/pause invites of a guild (#2222)
Recently, Discord added a new moderation feature to pause the invites of a guild, including vanity invites. This is usually done using the Pause Invites button in the guild settings.
You can now do this using the
GuildManager
viasetInvitesDisabled(true)
.Scheduled Events (#2047)
This is rather late, but you can now handle and create scheduled events. To create a scheduled event you can use one of the
createScheduledEvent
overloads inGuild
:createScheduledEvent(name, channel, time)
to create a local event to take place in a specific voice or stage channelcreateScheduledEvent(name, location, startTime, endTime)
to create an external event, such as a concert or similarNew Features
Changes
toString
methods by @freya022 in https://github.com/DV8FromTheWorld/JDA/pull/2273Bug Fixes
Full Changelog: discord-jda/JDA@v5.0.0-alpha.21...v5.0.0-alpha.22
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 Mend Renovate. View repository job log here.