FunctionsMath$moduloOn this page$modulo Returns operation / the remainder when dividing. Parameters ParameterDescriptionnumberNumber to return the remainder ofnumberNumber to return the remainder of Example <AoiClient>.addCommand({ name: "math", code: ` $replyMessage[$modulo[16;6]] `,});