FunctionsMath$roundOn this page$round Returns a number rounded to the nearest integer. Parameters ParameterDescriptionnumbernumber Example <AoiClient>.addCommand({ name: "math", code: ` $replyMessage[$round[6.5]] `,});