Skip to content

Commit

Permalink
Add Europe and India voice region
Browse files Browse the repository at this point in the history
While you can no longer select EU_WEST and EU_Central in the Discord UI,
they still exist (e.g. on older servers). That's why they are not
deprecated in this commit.
  • Loading branch information
Bastian committed Nov 22, 2019
1 parent bad5dfb commit 50c22ee
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ public enum Region implements Nameable {
// "Normal" regions
AMSTERDAM("amsterdam", "Amsterdam", false),
BRAZIL("brazil", "Brazil", false),
EUROPE("europe", "Europe", false),
EU_WEST("eu-west", "EU West", false),
EU_CENTRAL("eu-central", "EU Central", false),
FRANKFURT("frankfurt", "Frankfurt", false),
HONG_KONG("hongkong", "Hong Kong", false),
JAPAN("japan", "Japan", false),
LONDON("london", "London", false),
RUSSIA("russia", "Russia", false),
INDIA("india", "India", false),
SINGAPORE("singapore", "Singapore", false),
SYDNEY("sydney", "Sydney", false),
US_EAST("us-east", "US East", false),
Expand Down

0 comments on commit 50c22ee

Please sign in to comment.