Functionscustom$powOn this page$powPowers a number by anotherUsage$pow[num1;num2]Exampleclient.command({ name: "pow", code: ` 2^2 = $pow[2;2] ` }); // Will return 4