This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
VoiceReceiver constructor should probably be marked @internal #190
Labels
bug
Something isn't working
Please describe the problem you are having in as much detail as possible:
Upgrading from
0.5.x
versions, changingcreateVoiceRecevier(connection)
tonew VoiceReceiver(connection)
seemed to be the logical choice. However, the onlyVoiceReceiver
that works with a given connection seems to be theVoiceConnection.receiver
.I suggest marking the
VoiceReceiver
constructor as@internal
, to avoid confusion.Include a reproducible code sample here, if possible:
Further details:
0.6.0
Relevant client options:
The text was updated successfully, but these errors were encountered: