You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked the branches or the maintainers' PRs for upcoming features.
Feature Request
JDA should permit to set the voice channel region on channel creation, instead of having to create it, then get the manager with getManager() and set the region from there. This would mean having to do 2 requests to Discord instead of one.
Example Use-Case
publicvoidcopyVcWithRegion(VoiceChannelchannel) {
channel.createCopy().setRegion(...region).queue()
// It's not possible to do this right now
}
The text was updated successfully, but these errors were encountered:
General Troubleshooting
Feature Request
JDA should permit to set the voice channel region on channel creation, instead of having to create it, then get the manager with getManager() and set the region from there. This would mean having to do 2 requests to Discord instead of one.
Example Use-Case
The text was updated successfully, but these errors were encountered: