DecoratorDeclareOptions
Signature
export interface DecoratorDeclareOptionsProperties
11Methods
0No methods.
Properties
name: string;description: string;botPermissions?: PermissionStrings;defaultMemberPermissions?: PermissionStrings;guildId?: readonly string[];nsfw?: boolean;integrationTypes?: (keyof typeof ApplicationIntegrationType)[] | ApplicationIntegrationType[];contexts?: (keyof typeof InteractionContextType)[] | InteractionContextType[];ignore?: IgnoreCommand;aliases?: readonly string[];props?: ExtraProps;