More 8ball answers.
This commit is contained in:
parent
2efbf7ec7e
commit
03b41c3d49
1 changed files with 7 additions and 1 deletions
|
@ -19,7 +19,13 @@ CHOICES = [
|
||||||
"It is certain",
|
"It is certain",
|
||||||
"Naturally",
|
"Naturally",
|
||||||
"Reply hazy, try again later",
|
"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):
|
class Module(object):
|
||||||
|
|
Loading…
Reference in a new issue