Skip to main content

$pow

Returns main raised to a power index, that is, the value of the expression

Parameters

ParameterDescription
baseDegree base.
exponentAn indicator of the degree to which the base is raised base

Example

<AoiClient>.addCommand({
name: "math",
code: `
$replyMessage[$pow[6;100]]
`,
});