Skip to content

Commit

Permalink
further fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
guipleite committed Oct 24, 2019
1 parent a7e428f commit 35d95d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CompatBot/Commands/Misc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ internal sealed class Misc: BaseCommandModuleCustom
"Certainly", "Of course", "Definitely", "Indeed", "Much yes",
"Consider it done", "Totally", "You bet", "Yup", "Yep",
"Positive!", "Yarp", "Hmmm, yes!", "That's a yes for me", "Aye mate",
"Totally", "Totes my goats", "Without fail",
"Absolutely", "Totes my goats", "Without fail",

// 24
"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",
"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", "*visible 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",

// 34
"Nah mate", "Nope", "Njet", "Of course not", "Seriously no",
Expand All @@ -43,7 +43,7 @@ internal sealed class Misc: BaseCommandModuleCustom
"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",
"Im afraid I cant 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",
"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",
};

private static readonly List<string> EightBallTimeUnits = new List<string>
Expand Down

0 comments on commit 35d95d5

Please sign in to comment.