Working voice sending implementation.
Currently you can only send from a stream that implements ``read`` and a ``ffmpeg`` or ``avconv``.
This commit is contained in:
@ -1903,7 +1903,8 @@ class Client:
|
||||
'channel': self.voice_channel,
|
||||
'data': self._voice_data_found.data,
|
||||
'loop': self.loop,
|
||||
'session_id': self.session_id
|
||||
'session_id': self.session_id,
|
||||
'main_ws': self.ws
|
||||
}
|
||||
|
||||
result = VoiceClient(**kwargs)
|
||||
|
Reference in New Issue
Block a user