Example #1
0
 public virtual Task Connect(IDiscordAudioChannel channel)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public async Task Connect(IDiscordAudioChannel v)
 {
     client = ((await v.ConnectAsync()) as IProxy <IAudioClient>).ToNativeObject();
 }