From 1bedbf552ba4a0b1d9227aaa25a45e6758a6213d Mon Sep 17 00:00:00 2001 From: MsDarkLow Date: Thu, 15 Nov 2018 02:29:32 +0000 Subject: [PATCH] Update Misc.cs --- CompatBot/Commands/Misc.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CompatBot/Commands/Misc.cs b/CompatBot/Commands/Misc.cs index 75f1aa81..a760c96a 100644 --- a/CompatBot/Commands/Misc.cs +++ b/CompatBot/Commands/Misc.cs @@ -36,7 +36,7 @@ namespace CompatBot.Commands "Nah mate", "Nope", "Njet", "Of course not", "Seriously no", "Noooooooooo", "Most likely not", "Não", "Non", "Hell no", "Absolutely not", "Nuh-uh!", "Nyet!", "Negatory!", "Heck no", - "Nein!", "I think not", "I'm afraid not" + "Nein!", "I think not", "I'm afraid not", }; private static readonly List RateAnswers = new List @@ -64,7 +64,7 @@ namespace CompatBot.Commands "Just like you, 💩", "Not approved", "Big Mistake", "The opposite of good", "Could be better", "🤮", "😐", "So-so", "Not worth it", "Mediocre at best", "Useless", "I think you misspelled `poop` there", "Nothing special", "😔", "Real shame", - "Boooooooo!" + "Boooooooo!", }; private static readonly HashSet Me = new HashSet(StringComparer.InvariantCultureIgnoreCase)