Skip to content

Bot doesn't leave voice channel after calling CloseAsync() and Dispose() #175

@LonelyWarriorxdd

Description

@LonelyWarriorxdd

Description

After I finish music playback, I attempt to disconnect the bot from the voice channel using the following code:

await voiceClient.CloseAsync();
voiceClient.Dispose();

However, the bot does not leave the voice channel as expected.

Is this a bug or am i missing something?

Version

1.0.0-alpha.427

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions