Functionscustom$rootOn this page$rootSolves the nth root of a numberUsage$root[num1;num2?]Exampleclient.command({ name: "pow", code: ` The cube root of 8 is equal to $root[8;3] ` }); // Function will return 2