ReferenceTypes
ArgType
type ArgType =
| "string"
| "integer"
| "number"
| "boolean"
| "choice"
| "contact"
| "channel"
| "role";Defined in: packages/client/src/commands/args.ts:6
Kinds of command argument a CommandBuilder.addArg() chain can declare.