From 03b41c3d49dab6b97afbc0b5631c16f71dcc971c Mon Sep 17 00:00:00 2001 From: dngfx <294904+dngfx@users.noreply.github.com> Date: Sat, 8 Sep 2018 17:19:52 +0100 Subject: [PATCH] More 8ball answers. --- modules/8ball.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/8ball.py b/modules/8ball.py index f32b9a5a..9c6e5d1a 100644 --- a/modules/8ball.py +++ b/modules/8ball.py @@ -19,7 +19,13 @@ CHOICES = [ "It is certain", "Naturally", "Reply hazy, try again later", - Utils.color(4) + Utils.underline("DO NOT WASTE MY TIME") + Utils.color(4) + Utils.underline("DO NOT WASTE MY TIME"), + "Hmm... Could be!", + "I'm leaning towards no", + "Without a doubt", + "Sources say no", + "Sources say yes", + "Sources say maybe" ] class Module(object):