messageHandlers.handle expects event.text to exist. This doesn't show up on an edit. (event.subtype === "message_changed")
Solution: check if event.text exists and log subtypes in a debug file in the source folder if debug mode is on. Use this to know how to handle other subtypes.