diff options
Diffstat (limited to 'modules/8ball.py')
| -rw-r--r-- | modules/8ball.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/8ball.py b/modules/8ball.py index 9c6e5d1a..710ab448 100644 --- a/modules/8ball.py +++ b/modules/8ball.py @@ -19,7 +19,7 @@ CHOICES = [ "It is certain", "Naturally", "Reply hazy, try again later", - Utils.color(4) + Utils.underline("DO NOT WASTE MY TIME"), + Utils.underline(Utils.color("DO NOT WASTE MY TIME", Utils.COLOR_RED)), "Hmm... Could be!", "I'm leaning towards no", "Without a doubt", |
