Add var definition

- goddamnit i'm a fucking moron.
master
josiah 4 years ago
parent 6ec3083b3a
commit 4438d66ed1

@ -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:

Loading…
Cancel
Save