Add RTCRegion to voice channels (#2002)

* Add RTCRegion to voice channels

* Update MockedGroupChannel.cs
This commit is contained in:
Quin Lynch
2021-12-24 15:57:51 -04:00
committed by GitHub
parent 144741e7c4
commit 2a416a355c
8 changed files with 30 additions and 0 deletions

View File

@@ -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();

View File

@@ -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();