well it's an array of course

This commit is contained in:
Adam R. Grey 2021-08-29 05:50:48 -04:00
parent 08f39f257f
commit d362fe8503

View File

@ -144,7 +144,7 @@ namespace silverworker_discord
var res = await ytdl.RunVideoDownload(link.ToString());
if(!res.Success)
{
Console.Error.WriteLine("tried to dl, failed. \n" + res.ErrorOutput);
Console.Error.WriteLine("tried to dl, failed. \n" + string.Join('\n', res.ErrorOutput));
message.AddReactionAsync(new Emoji("👎"));
}
else