We need to check if action == "reply" using another elif statement.
action == "reply"
elif
Make sure to type elif action == "reply":.
elif action == "reply":