Closed moonstar-x closed 2 years ago
Currently, the disconnect scheduler is being passed an old instance of the voice channel. If the bot is moved to another channel, the scheduler calls .leave() on the old channel.
Fixed in #58.
:bug: Describe the Bug
Currently, the disconnect scheduler is being passed an old instance of the voice channel. If the bot is moved to another channel, the scheduler calls .leave() on the old channel.