Browse Source

Added frankfurt region

tags/docs-0.9
RogueException 9 years ago
parent
commit
f0c1e7012e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net/API/Enums/Region.cs

+ 1
- 0
src/Discord.Net/API/Enums/Region.cs View File

@@ -8,6 +8,7 @@
public static readonly Region London = new Region("london");
public static readonly Region Sydney = new Region("sydney");
public static readonly Region Amsterdam = new Region("amsterdam");
public static readonly Region Frankfurt = new Region("frankfurt");

private Region(string value)
: base(value) { }


Loading…
Cancel
Save