Update ytdl-core, @discordjs/opus and @discordjs/voice. Update to Node 22 LTS

This commit is contained in:
Robert Wilson 2025-03-27 23:23:45 +00:00
parent d7f0a954e2
commit d0ab294907
6 changed files with 2201 additions and 1898 deletions

View file

@ -689,7 +689,7 @@ export default class {
}
})
.on('start', command => {
debug(`Spawned ffmpeg with ${command as string}`);
debug(`Spawned ffmpeg with ${command}`);
});
stream.pipe(capacitor);