From 3143150c37c36aeeb713bf0c143ae8f31bb3d4ed Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Tue, 25 Apr 2023 22:43:18 -0400 Subject: [PATCH] possible bug --- Program.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Program.cs b/Program.cs index 0624a01..7deb2f4 100644 --- a/Program.cs +++ b/Program.cs @@ -135,13 +135,13 @@ namespace silverworker_discord { Features.deheic(message, att); appleReactions = true; + didThing = true; } } if (appleReactions) { message.AddReactionAsync(new Emoji("\U0001F34F")); } - didThing = true; } var msgText = message.Content?.ToLower(); @@ -294,7 +294,8 @@ namespace silverworker_discord } if(didThing == false && mentionedMe && contentWithoutMention.Contains('?')) { - await message.ReplyAsync(@"Well, that's a great question, and there are certainly many different possible answers. Ultimately, the decision will depend on a variety of factors, including your personal interests and goals, as well as any practical considerations (like the economy). I encourage you to do your research, speak with experts and educators, and explore your options before making a decision that's right for you."); + Console.WriteLine("providing bullshit nonanswer"); + await message.Channel.SendMessageAsync(@"Well, that's a great question, and there are certainly many different possible answers. Ultimately, the decision will depend on a variety of factors, including your personal interests and goals, as well as any practical considerations (like the economy). I encourage you to do your research, speak with experts and educators, and explore your options before making a decision that's right for you."); didThing = true; } }