Force-quit / Botlis

This is (mainly) a music bot. We will not be deploying it on public servers.
5 stars 2 forks source link

Fixed the double delete bug, also cleaned up the stop_and_disconnect function #29

Closed CmD0 closed 11 months ago

CmD0 commented 11 months ago

Removed the _voice_client.stop() function call as it causes the end of play callback to happen.

Furthermore, removed the /stop supression of the player since that happens automatically upon disconnection.