From afc1554914ea49f39296e58c5d85e943eff7afd3 Mon Sep 17 00:00:00 2001 From: jowj Date: Tue, 21 Jan 2020 16:23:27 -0600 Subject: [PATCH] Change back to previous catch all response. --- mojo-rtm/mojo-rtm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojo-rtm/mojo-rtm.py b/mojo-rtm/mojo-rtm.py index e04d4f7..3646516 100644 --- a/mojo-rtm/mojo-rtm.py +++ b/mojo-rtm/mojo-rtm.py @@ -84,7 +84,7 @@ def handle_messages(**payload): if "pence" in is_command[1]: response = "mother wouldn't want me to say that" else: - response = f"{is_command}" + response = "that's not my job, bithc" webclient = payload['web_client'] webclient.chat_postMessage(