diff options
| author | 2018-09-08 17:19:52 +0100 | |
|---|---|---|
| committer | 2018-09-08 17:19:52 +0100 | |
| commit | 03b41c3d49dab6b97afbc0b5631c16f71dcc971c (patch) | |
| tree | 2202b02d3e3b4eb61831e536c5f69379ed7b0466 /modules/8ball.py | |
| parent | Remove debug code. (diff) | |
| signature | ||
More 8ball answers.
Diffstat (limited to 'modules/8ball.py')
| -rw-r--r-- | modules/8ball.py | 8 |
1 files changed, 7 insertions, 1 deletions
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): |
