From 54c9616d4c72c8c8985f4753b2ea780e04c6d71f Mon Sep 17 00:00:00 2001 From: dngfx Date: Sat, 8 Sep 2018 17:02:03 +0100 Subject: 8ball answer updates and ducks.py fix. --- modules/8ball.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/8ball.py') diff --git a/modules/8ball.py b/modules/8ball.py index 1c058a28..f32b9a5a 100644 --- a/modules/8ball.py +++ b/modules/8ball.py @@ -14,7 +14,12 @@ CHOICES = [ "The answer is unclear", "Absolutely", "Dubious at best", - "I'm on a break, ask again later" + "I'm on a break, ask again later", + "As I see it, yes", + "It is certain", + "Naturally", + "Reply hazy, try again later", + Utils.color(4) + Utils.underline("DO NOT WASTE MY TIME") ] class Module(object): -- cgit v1.3.1-10-gc9f91