Class: AliasPiece<O>
Type parameters
Name | Type |
---|---|
O | extends AliasPieceOptions = AliasPieceOptions |
Hierarchy
Constructors
constructor
• new AliasPiece<O
>(context
, options?
)
Type parameters
Name | Type |
---|---|
O | extends AliasPieceOptions <O > = AliasPieceOptions |
Parameters
Name | Type |
---|---|
context | PieceContext |
options? | AliasPieceOptions |
Overrides
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:688
Properties
aliases
• aliases: readonly string
[]
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:687
enabled
• enabled: boolean
Inherited from
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:450
location
• Readonly
location: PieceLocation
Inherited from
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:442
name
• Readonly
name: string
Inherited from
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:446
options
• Readonly
options: O
Inherited from
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:454
store
• Readonly
store: Store
<Piece
<PieceOptions
>>
Inherited from
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:438
Accessors
container
• get
container(): Container
Returns
Container
Inherited from
Piece.container
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:460
Methods
onLoad
▸ onLoad(): unknown
Returns
unknown
Inherited from
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:465
onUnload
▸ onUnload(): unknown
Returns
unknown
Inherited from
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:470
reload
▸ reload(): Promise
<void
>
Returns
Promise
<void
>
Inherited from
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:478
toJSON
▸ toJSON(): AliasPieceJSON
Returns
AliasPieceJSON
Overrides
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:692
unload
▸ unload(): Promise
<void
>
Returns
Promise
<void
>
Inherited from
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:474