Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def yes_no(message, history):
|
|
| 9 |
return random.choice(responses)
|
| 10 |
|
| 11 |
def magic_eight(message, history):
|
| 12 |
-
responses = ["That's a terrible question. Try again", "I don't think I should answer that...", "What do you think, genius?", "You are a bad person for asking that.", "Absolutely not", "Uuuuh, obviously.", "Of all the things you could ask, you went with that?", "I don't know, look it up", "I mean, yeah, I guess...", "That's gonna be a big nope", ""]
|
| 13 |
return random.choice(responses)
|
| 14 |
|
| 15 |
title = """ # **Spicy** Magic 8-Ball"""
|
|
|
|
| 9 |
return random.choice(responses)
|
| 10 |
|
| 11 |
def magic_eight(message, history):
|
| 12 |
+
responses = ["That's a terrible question. Try again", "I don't think I should answer that...", "What do you think, genius?", "You are a bad person for asking that.", "Absolutely not", "Uuuuh, obviously.", "Of all the things you could ask, you went with that?", "I don't know, look it up", "I mean, yeah, I guess...", "That's gonna be a big nope", "Bruh... really?"]
|
| 13 |
return random.choice(responses)
|
| 14 |
|
| 15 |
title = """ # **Spicy** Magic 8-Ball"""
|