Functionsutils$eventDataOn this page$eventData Returns the object of the current event. Parameters ParameterDescriptionpathPath to the value (optional) Example client.messageCommand({ code: ` $print[$eventData] $print[$eventData[from.username]] `,});