Skip to content

Commit

Permalink
minor changes to text
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMaverick committed Mar 14, 2017
1 parent 93795f5 commit 3b13bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beards/willbeard/python/willbeard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class WillBeard(BeardChatHandler):
async def query_will(self, msg):
query_text = msg['text'].split(', ', 1)[1]
if any(w in query_text.lower() for w in filter_words):
await self.sender.sendMessage("I'm not comfortable googling that...")
await self.sender.sendMessage("Let's move on shall we...")
return
response = requests.post(
url="{0}/api/start_session".format(server_url),
Expand Down

0 comments on commit 3b13bc8

Please sign in to comment.