Skip to content

Commit

Permalink
docs: add tsdoc to InteractionHandlerOptions.interactionHandlerType
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 12, 2022
1 parent 1a4717b commit 18259a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/structures/InteractionHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ export abstract class InteractionHandler<O extends InteractionHandler.Options =
}

export interface InteractionHandlerOptions extends PieceOptions {
/**
* The type of interaction this handler is for. Must be one of {@link InteractionHandlerTypes}.
*/
readonly interactionHandlerType: InteractionHandlerTypes;
}

Expand Down

0 comments on commit 18259a7

Please sign in to comment.