add debug

This commit is contained in:
Logan Cusano
2025-07-14 21:49:53 -04:00
parent 4f93c99a52
commit bbd866a8a6

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,