From 84ec77d00ca3e0369073c64b148274ff5c3f523b Mon Sep 17 00:00:00 2001 From: Talkashie <26035046+Talkashie@users.noreply.github.com> Date: Tue, 20 Mar 2018 20:09:33 -0500 Subject: [PATCH] Add a couple more 8ball responses --- bot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index b349db3a..a93d476d 100644 --- a/bot.py +++ b/bot.py @@ -355,7 +355,9 @@ async def eight_ball(ctx: Context): "Aye!", "Yes without a doubt m8!", "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?", "Bloody hell, answering that ain't so easy", - "Of course not", "Seriously no", "Noooooooooo", "Most likely not", "Não", "Non", "Hell no", "Absolutely not" + "Of course not", "Seriously no", "Noooooooooo", "Most likely not", "Não", "Non", "Hell no", "Absolutely not", + "Ask Neko", "Ask Ani", "I'm pretty sure that's illegal!", ":cell_ok_hand:", "Don't be an idiot. YES.", + "What do *you* think?", "Only on Wednesdays" ]))