Remove the quotes that have betrayed me

master
josiah 4 years ago
parent a0ee9f1702
commit 3920131cb6

@ -97,7 +97,7 @@ def handle_messages(**payload):
response.append(json.loads(line))
elif "zalgo" in is_command[1]:
# remove zalgo
name_removal = re.sub("^zalgo .*?", "", "is_command[1]")
name_removal = re.sub("^zalgo .*?", "", is_command[1])
response = zalgo_ify(name_removal)
elif "pence" in is_command[1]:
response = "mother wouldn't want me to say that"

Loading…
Cancel
Save