WIP: #7/fix-disconnect #8

Draft
logan wants to merge 30 commits from #7/fix-disconnect into master
Showing only changes of commit bbd866a8a6 - Show all commits

View File

@@ -110,6 +110,8 @@ class DiscordBotManager:
await asyncio.wait_for(self._voice_ready_event.wait(), timeout=15.0)
LOGGER.info("Bot voice connection is ready.")
LOGGER.info(f"Checking opus status before transmitter init: {opus.is_loaded()}")
# Create and start the new AudioTransmitter
transmitter = AudioTransmitter(
voice_client=voice_client,