We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51858b9 commit b414b5fCopy full SHA for b414b5f
discord/opus.py
@@ -385,7 +385,7 @@ def __init__(
385
fec: bool = True,
386
expected_packet_loss: float = 0.15,
387
bandwidth: BAND_CTL = "full",
388
- signal_type: SIGNAL_TL = "auto",
+ signal_type: SIGNAL_CTL = "auto",
389
) -> None:
390
if application not in application_ctl:
391
raise ValueError("invalid application ctl type provided")
0 commit comments