diff --git a/CompatBot/Commands/Misc.cs b/CompatBot/Commands/Misc.cs index 1b31c939..55344e26 100644 --- a/CompatBot/Commands/Misc.cs +++ b/CompatBot/Commands/Misc.cs @@ -23,32 +23,40 @@ internal sealed class Misc: BaseCommandModuleCustom private static readonly List EightBallAnswers = new() { - // 45 - "Ya fo sho", "Fo shizzle mah nizzle", "Yuuuup", "Da", "Affirmative", // 5 - "Sure", "Yeah, why not", "Most likely", "Sim", "Oui", + // keep this at 2:1:1 ratio + // 70 + "It is certain", "It is decidedly so", "Without a doubt", "Yes definitely", "You may rely on it", + "As I see it, yes", "Most likely", "Outlook good", "Yes", "Signs point to yes", // 10 + "Ya fo sho", "Fo shizzle mah nizzle", "Yuuuup", "Da", "Affirmative", + "Sure", "Yeah, why not", "Sim", "Oui", "Crystal ball says yes", // 20 "Heck yeah!", "Roger that", "Aye!", "Yes without a doubt m8!", ":cell_ok_hand_hd:", - "Don't be an idiot. YES.", "Mhm!", "Many Yes", "Yiss", "Sir, yes, Sir!", + "Don't be an idiot. YES.", "Mhm!", "Many Yes", "Yiss", "Sir, yes, Sir!", // 30 "Yah!", "Ja", "Umu!", "Make it so", "Sure thing", - "Certainly", "Of course", "Definitely", "Indeed", "Much yes", + "Certainly", "Of course", "Definitely", "Indeed", "Much yes", // 40 "Consider it done", "Totally", "You bet", "Yup", "Yep", - "Positive!", "Yarp", "Hmmm, yes!", "That's a yes for me", "Aye mate", + "Positive!", "Yarp", "Hmmm, yes!", "That's a yes for me", "Aye mate", // 50 "Absolutely", "Totes my goats", "Without fail", "👌", "👍", - - // 25 - "Maybe", "I don't know", "I don't care", "Who cares", "Maybe yes, maybe not", - "Maybe not, maybe yes", "Ugh", "Probably", "Ask again later", "Error 404: answer not found", - "Don't ask me that again", "You should think twice before asking", "You what now?", "Ask Neko", "Ask Ani", + "Sí", "Sí, señor", "Sì", "Sì, signore", "The wheel of fate is already turning", // 60 + "It's not a no", "Very likely", "Undoubtedly so", "That's a positive", "Yes, you silly", + "Bones said yes", "Tea leaves settled in a 'yes' pattern", "Dice roll was solid, so yes", "No doubt about it", "Hmmm, I think so", // 70 + + // 30 + "Reply hazy, try again", "Ask again later", "Better not tell you now", "Cannot predict now", "Concentrate and ask again", + "Maybe", "I don't know", "I don't care", "Who cares", "Maybe yes, maybe not", // 10 + "Maybe not, maybe yes", "Ugh", "Probably", "Error 404: answer not found", "Crystal ball is cloudy as milk, ask later", + "Don't ask me that again", "You should think twice before asking", "You what now?", "Ask Neko", "Ask Ani", // 20 "Bloody hell, answering that ain't so easy", "I'm pretty sure that's illegal!", "What do *you* think?", "Only on Wednesdays", "Look in the mirror, you know the answer already", - "Don't know, don't care", "_shows signs of complete confusion_", "Have you googled it?", "Not sure my dude", "🤔", + "Don't know, don't care", "_shows signs of complete confusion_", "Have you googled it?", "Not sure my dude", "🤔", // 30 - // 35 - "Nah mate", "Nope", "Njet", "Of course not", "Seriously no", + // 40 + "Don't count on it", "My reply is no", "My sources say no", "Outlook not so good", "Very doubtful", + "Nah mate", "Nope", "Njet", "Of course not", "Seriously no", // 10 "Noooooooooo", "Most likely not", "Não", "Non", "Hell no", - "Absolutely not", "Nuh-uh!", "Nyet!", "Negatory!", "Heck no", + "Absolutely not", "Nuh-uh!", "Nyet!", "Negatory!", "Heck no", // 20 "Nein!", "I think not", "I'm afraid not", "Nay", "Yesn't", - "No way", "Certainly not", "I must say no", "Nah", "Negative", - "Definitely not", "No way, Jose", "Not today", "Narp", "Not in a million years", - "I'm afraid I can't let you do that Dave.", "This mission is too important for me to allow you to jeopardize it.", "Oh, I don't think so", "By *no* means", "👎", + "No way", "Certainly not", "I must say no", "Nah", "Negative", // 30 + "Definitely not", "No way, Jose", "Not today", "No no no no no no no no no no. No.", "Not in a million years", + "I'm afraid I can't let you do that Dave.", "This mission is too important for me to allow you to jeopardize it.", "Oh, I don't think so", "By *no* means", "👎", // 40 }; private static readonly List EightBallSnarkyComments = new()