try verbose
This commit is contained in:
parent
9ce04df29f
commit
7866f93f1b
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ async function createVoiceConnection(guild_id, voice_id, text_id) {
|
||||||
selfMute: false,
|
selfMute: false,
|
||||||
});
|
});
|
||||||
state.connection.on("debug", (msg) => {
|
state.connection.on("debug", (msg) => {
|
||||||
logger.debug("hf:voice", msg);
|
logger.verbose("hf:voice", msg);
|
||||||
});
|
});
|
||||||
state.queue = [];
|
state.queue = [];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue