From 4438d66ed1b32079331c38b0dd95c9b2ed6847bc Mon Sep 17 00:00:00 2001 From: josiah Date: Sat, 25 Jan 2020 03:54:31 +0000 Subject: [PATCH] Add var definition - goddamnit i'm a fucking moron. --- mojo-rtm/mojo-rtm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mojo-rtm/mojo-rtm.py b/mojo-rtm/mojo-rtm.py index 7f0dd7a..368963f 100644 --- a/mojo-rtm/mojo-rtm.py +++ b/mojo-rtm/mojo-rtm.py @@ -95,7 +95,8 @@ def handle_messages(**payload): for line in json_File: response.append(json.loads(line)) elif "zalgo" in is_command[1]: - zalgo_ify(is_command[1]) + response = zalgo_ify(is_command[1]) + elif "pence" in is_command[1]: response = "mother wouldn't want me to say that" else: