From 6d181e2b68582aae4d05ee97e742a8420b082e46 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Fri, 26 Jan 2024 17:55:09 -0500 Subject: [PATCH] mitigates #33 the actual problem though; it should realize thats itself --- Behavior/Detiktokify.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Behavior/Detiktokify.cs b/Behavior/Detiktokify.cs index f6dd9c9..fa4f553 100644 --- a/Behavior/Detiktokify.cs +++ b/Behavior/Detiktokify.cs @@ -67,7 +67,7 @@ public class Detiktokify : Behavior { Console.Error.WriteLine("tried to dl, failed. \n" + string.Join('\n', res.ErrorOutput)); 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 {