Functionscustom$roundToNearestOn this page$roundToNearestUsage$roundToNearest[number]Exampleclient.command({ name: "round", code: ` $roundToNearest[29340] `}); // Will return 29000