FunctionsMath$minOn this page$min Returns the smallest of zero or more numbers. Parameters ParameterDescription...numberNumbers Example <AoiClient>.addCommand({ name: "math", code: ` $replyMessage[$min[5;7;9;2;0]] `,});