Browse Source

Update MockedGroupChannel.cs

pull/2002/head
quin lynch 3 years ago
parent
commit
e8b8fb2dea
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/Discord.Net.Tests.Unit/MockedEntities/MockedGroupChannel.cs

+ 2
- 0
test/Discord.Net.Tests.Unit/MockedEntities/MockedGroupChannel.cs 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();


Loading…
Cancel
Save