fix: typos (#11293)

This commit is contained in:
Danial Raza
2025-11-22 11:08:20 +01:00
committed by GitHub
parent 0b12263371
commit 179525d9fc
3 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ const resource = createAudioResource('/home/user/voice/music.mp3', {
},
});
// Not recommended - listen to errors from the audio player instead for most usecases!
// Not recommended - listen to errors from the audio player instead for most use cases!
resource.playStream.on('error', (error) => {
console.error('Error:', error.message, 'with track', resource.metadata.title);
});