Skip to content

remove warning in voice-recv fix PR #3253

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")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

  • Status
    Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions