aboutsummaryrefslogtreecommitdiff
path: root/modules/8ball.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-09-21 11:38:55 +0100
committerGravatar jesopo2018-09-21 11:39:09 +0100
commita87196c608a237968918d1c21985926850001598 (patch)
tree9327e021f1c1fa6258f5e9a57273bb72706b0ed3 /modules/8ball.py
parentDon't pass around full server details more than we have to. (diff)
Change Utils.color to take a string to wrap in color
Diffstat (limited to 'modules/8ball.py')
-rw-r--r--modules/8ball.py2
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",