diff options
| author | 2018-09-21 11:38:55 +0100 | |
|---|---|---|
| committer | 2018-09-21 11:39:09 +0100 | |
| commit | a87196c608a237968918d1c21985926850001598 (patch) | |
| tree | 9327e021f1c1fa6258f5e9a57273bb72706b0ed3 /modules/8ball.py | |
| parent | Don'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.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", |
