FunctionsMath$powOn this page$pow Returns main raised to a power index, that is, the value of the expression Parameters ParameterDescriptionbaseDegree base.exponentAn indicator of the degree to which the base is raised base Example <AoiClient>.addCommand({ name: "math", code: ` $replyMessage[$pow[6;100]] `,});