Skip to main content

Type Alias: CommandOptionTypes

type CommandOptionTypes: object;

Type declaration

attachment

attachment: Attachment;

boolean

boolean: boolean;

channel

channel: GuildBasedChannel;

integer

integer: number;

member

member: GuildMember;

mention

mention: GuildMember | Role;

number

number: number;

role

role: Role;

string

string: string;

user

user: User;