try verbose

This commit is contained in:
Cynthia Foxwell 2025-08-14 16:52:32 -06:00
parent 9ce04df29f
commit 7866f93f1b
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -167,7 +167,7 @@ async function createVoiceConnection(guild_id, voice_id, text_id) {
selfMute: false,
});
state.connection.on("debug", (msg) => {
logger.debug("hf:voice", msg);
logger.verbose("hf:voice", msg);
});
state.queue = [];