Skip to main content

Class: AllFlowsPrecondition

The piece to be stored in Store instances.

Hierarchy

Constructors

constructor

new AllFlowsPrecondition(context, options?)

Parameters

NameType
contextPieceContext
optionsPreconditionOptions

Inherited from

Precondition.constructor

Defined in

projects/framework/src/lib/structures/Precondition.ts:30

Properties

enabled

enabled: boolean

Whether or not the piece is enabled.

Inherited from

Precondition.enabled

Defined in

node_modules/@sapphire/pieces/dist/index.d.ts:450


location

Readonly location: PieceLocation

The location metadata for the piece's file.

Inherited from

Precondition.location

Defined in

node_modules/@sapphire/pieces/dist/index.d.ts:442


name

Readonly name: string

The name of the piece.

Inherited from

Precondition.name

Defined in

node_modules/@sapphire/pieces/dist/index.d.ts:446


options

Readonly options: PreconditionOptions

The raw options passed to this Piece

Inherited from

Precondition.options

Defined in

node_modules/@sapphire/pieces/dist/index.d.ts:454


position

Readonly position: null | number

Inherited from

Precondition.position

Defined in

projects/framework/src/lib/structures/Precondition.ts:28


store

store: PreconditionStore

The PreconditionStore that contains this Precondition.

Inherited from

Precondition.store

Defined in

projects/framework/src/lib/structures/Precondition.ts:26

Accessors

container

get container(): Container

A reference to the Container object for ease of use.

Returns

Container

See

container

Inherited from

Precondition.container

Defined in

node_modules/@sapphire/pieces/dist/index.d.ts:460

Methods

chatInputRun

Abstract chatInputRun(interaction, command, context): PreconditionResult

Parameters

NameType
interactionChatInputCommandInteraction<CacheType>
commandChatInputCommand
contextPreconditionContext

Returns

PreconditionResult

Overrides

Precondition.chatInputRun

Defined in

projects/framework/src/lib/structures/Precondition.ts:70


contextMenuRun

Abstract contextMenuRun(interaction, command, context): PreconditionResult

Parameters

NameType
interactionContextMenuCommandInteraction<CacheType>
commandContextMenuCommand
contextPreconditionContext

Returns

PreconditionResult

Overrides

Precondition.contextMenuRun

Defined in

projects/framework/src/lib/structures/Precondition.ts:76


error

error(options?): PreconditionResult

Constructs a PreconditionError with the precondition parameter set to this.

Parameters

NameTypeDescription
optionsOmit<Options, "precondition">The information.

Returns

PreconditionResult

Inherited from

Precondition.error

Defined in

projects/framework/src/lib/structures/Precondition.ts:53


fetchChannelFromInteraction

Protected fetchChannelFromInteraction(interaction): Promise<TextBasedChannel>

Parameters

NameType
interactionCommandInteraction<CacheType>

Returns

Promise<TextBasedChannel>

Inherited from

Precondition.fetchChannelFromInteraction

Defined in

projects/framework/src/lib/structures/Precondition.ts:57


messageRun

Abstract messageRun(message, command, context): PreconditionResult

Parameters

NameType
messageMessage<boolean>
commandMessageCommand
contextPreconditionContext

Returns

PreconditionResult

Overrides

Precondition.messageRun

Defined in

projects/framework/src/lib/structures/Precondition.ts:68


ok

ok(): PreconditionResult

Returns

PreconditionResult

Inherited from

Precondition.ok

Defined in

projects/framework/src/lib/structures/Precondition.ts:45


onLoad

onLoad(): unknown

Per-piece listener that is called when the piece is loaded into the store. Useful to set-up asynchronous initialization tasks.

Returns

unknown

Inherited from

Precondition.onLoad

Defined in

node_modules/@sapphire/pieces/dist/index.d.ts:465


onUnload

onUnload(): unknown

Per-piece listener that is called when the piece is unloaded from the store. Useful to set-up clean-up tasks.

Returns

unknown

Inherited from

Precondition.onUnload

Defined in

node_modules/@sapphire/pieces/dist/index.d.ts:470


reload

reload(): Promise<void>

Reloads the piece by loading the same path in the store.

Returns

Promise<void>

Inherited from

Precondition.reload

Defined in

node_modules/@sapphire/pieces/dist/index.d.ts:478


toJSON

toJSON(): PieceJSON

Defines the JSON.stringify behavior of this piece.

Returns

PieceJSON

Inherited from

Precondition.toJSON

Defined in

node_modules/@sapphire/pieces/dist/index.d.ts:482


unload

unload(): Promise<void>

Unloads and disables the piece.

Returns

Promise<void>

Inherited from

Precondition.unload

Defined in

node_modules/@sapphire/pieces/dist/index.d.ts:474