mgetz commited on
Commit
9e52633
·
verified ·
1 Parent(s): be305ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"""