serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
384 stars 110 forks source link

Input: Clarify `YoutubeDl` error if command missing #160

Closed FelixMcFelix closed 1 year ago

FelixMcFelix commented 1 year ago

Converts any io::ErrorKind::NotFound from TokioCommand into a more useful string for users, e.g., "could not find executable 'yt-dlp' on path".

Tested using cargo make ready.