Functionscustom$commandExistsOn this page$commandExistsChecks if a command exists or not by its nameUsage$commandExists[name;type?]Exampleclient.command({ name: "check", code: ` Does this command exist?: $commandExists[check;default] `}); // Will return 'true'