Simplified Regions
This commit is contained in:
@@ -212,7 +212,7 @@ namespace Discord
|
||||
_isClosing = false;
|
||||
}
|
||||
|
||||
public Task CreateServer(string name, Region region)
|
||||
public Task CreateServer(string name, string region)
|
||||
{
|
||||
CheckReady();
|
||||
return DiscordAPI.CreateServer(name, region, _httpOptions);
|
||||
|
||||
Reference in New Issue
Block a user