Add RTCRegion to voice channels (#2002)
* Add RTCRegion to voice channels * Update MockedGroupChannel.cs
This commit is contained in:
@@ -16,6 +16,8 @@ namespace Discord
|
||||
|
||||
public ulong Id => throw new NotImplementedException();
|
||||
|
||||
public string RTCRegion => throw new NotImplementedException();
|
||||
|
||||
public Task<IAudioClient> ConnectAsync(bool selfDeaf = false, bool selfMute = false, bool external = false)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
|
||||
@@ -29,6 +29,8 @@ namespace Discord
|
||||
public DateTimeOffset CreatedAt => throw new NotImplementedException();
|
||||
public ulong Id => throw new NotImplementedException();
|
||||
|
||||
public string RTCRegion => throw new NotImplementedException();
|
||||
|
||||
public Task AddPermissionOverwriteAsync(IRole role, OverwritePermissions permissions, RequestOptions options = null)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
|
||||
Reference in New Issue
Block a user