add debug
This commit is contained in:
@@ -110,6 +110,8 @@ class DiscordBotManager:
|
|||||||
await asyncio.wait_for(self._voice_ready_event.wait(), timeout=15.0)
|
await asyncio.wait_for(self._voice_ready_event.wait(), timeout=15.0)
|
||||||
LOGGER.info("Bot voice connection is ready.")
|
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
|
# Create and start the new AudioTransmitter
|
||||||
transmitter = AudioTransmitter(
|
transmitter = AudioTransmitter(
|
||||||
voice_client=voice_client,
|
voice_client=voice_client,
|
||||||
|
|||||||
Reference in New Issue
Block a user