Skip to content

remove warning in voice-recv fix PR #3253

@github-actions

Description

@github-actions

Author: noreply@github.com
Line: 741

RuntimeWarning,
stacklevel=2,
)
# TODO: remove warning in voice-recv fix PR
if not self.is_connected():
raise RecordingException("not connected to a voice channel")
if not isinstance(sink, Sink):
raise TypeError(f"expected a Sink object, got {sink.__class__.__name__}")
if self.is_recording():
raise ClientException("Already recording audio")

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions