From a87196c608a237968918d1c21985926850001598 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 21 Sep 2018 11:38:55 +0100 Subject: Change Utils.color to take a string to wrap in color --- modules/8ball.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/8ball.py') 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", -- cgit v1.3.1-10-gc9f91