FunctionsMath$maxOn this page$max Returns the largest of zero or more numbers. Parameters ParameterDescription...numberNumbers Example <AoiClient>.addCommand({ name: "math", code: ` $replyMessage[$max[6;7;8;0]] `,});