Functionscustom$getCommandNamesOn this page$getCommandNamesGets all command names for a specific type of commandUsage$getCommandNames[type?;separator?]Exampleclient.command({ name: "commandNames", code: ` My commands are: $getCommandNames[default] `});