$pi
Represents the ratio of the circumference of a circle to its diameter, approximately equal to 3.14159
Example
<AoiClient>.addCommand({
name: "math",
code: `
$replyMessage[$pi]
`,
});
Represents the ratio of the circumference of a circle to its diameter, approximately equal to 3.14159
<AoiClient>.addCommand({
name: "math",
code: `
$replyMessage[$pi]
`,
});