the actual problem though; it should realize thats itself
This commit is contained in:
Adam R Grey 2024-01-26 17:55:09 -05:00
parent 10167b597a
commit 6d181e2b68

View File

@ -67,7 +67,7 @@ public class Detiktokify : Behavior
{ {
Console.Error.WriteLine("tried to dl, failed. \n" + string.Join('\n', res.ErrorOutput)); Console.Error.WriteLine("tried to dl, failed. \n" + string.Join('\n', res.ErrorOutput));
await message.React("problemon"); await message.React("problemon");
await message.Channel.SendMessage("tried to dl, failed. \n" + string.Join('\n', res.ErrorOutput)); await message.Channel.SendMessage("tried to dl, failed. \n");
} }
else else
{ {