Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voice regions modifications errors #1961

Closed
3 tasks done
JumperBoost opened this issue Dec 21, 2021 · 2 comments
Closed
3 tasks done

Voice regions modifications errors #1961

JumperBoost opened this issue Dec 21, 2021 · 2 comments
Labels

Comments

@JumperBoost
Copy link

General Troubleshooting

  • I have checked for similar issues.
  • I have updated to the latest JDA version.
  • I have checked the branches or the maintainers' PRs for upcoming bug fixes.

Bug Report

When we changed the region of a voice channel (rtc_region), an error appears.
It's appears only with EUROPE (not exists from discord) and HONG_KONG (not in VOICE_CHANNEL_REGIONS list [from Region.java]).

Expected Behavior

Should be able to change voice channel's region with Europe (Rotterdam instead currently) and Hong-Kong.

Exception or Error + Code Example or Reproduction Steps

Europe:
image
Code: JDA.getVoiceChannelById("ID").getManager().setRegion(Region.EUROPE).queue();

Hong-Kong:
image
Code: JDA.getVoiceChannelById("ID").getManager().setRegion(Region.HONG_KONG).queue();

To fix that, i think we should add Rotterdam, replace Europe by Rotterdam (apparently the only European discord server) & add HONG_KONG from VOICE_CHANNEL_REGIONS in Region.java.

@MinnDevelopment
Copy link
Member

I was told there might be a new EU region in milan soon

@JumperBoost
Copy link
Author

You're right, I was able to find a server in Milan, but it would be nice to have Milan and Rotterdam, since I have more ping in Milan. It's not possible to select Milan actualy but soon i think.

Milan:
image

Rotterdam:
image

@DV8FromTheWorld DV8FromTheWorld added the status: in progress already in the process of being implemented label Feb 4, 2022
@MinnDevelopment MinnDevelopment removed the status: in progress already in the process of being implemented label Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants