FunctionsMath$mathOn this page$math Calculates a basic mathematical expression. Parameters ParameterDescriptionexpressionMathematical expression Example <AoiClient>.addCommand({ name: "math", code: ` $replyMessage[Math 1 + 1 = $math[1 + 1]!] `,});