Change back to previous catch all response.

master
jowj 4 years ago
parent 75e51c1277
commit afc1554914

@ -84,7 +84,7 @@ def handle_messages(**payload):
if "pence" in is_command[1]: if "pence" in is_command[1]:
response = "mother wouldn't want me to say that" response = "mother wouldn't want me to say that"
else: else:
response = f"{is_command}" response = "that's not my job, bithc"
webclient = payload['web_client'] webclient = payload['web_client']
webclient.chat_postMessage( webclient.chat_postMessage(

Loading…
Cancel
Save