Properties
createButtonOptions
createButtonOptions: Omit<InteractionButtonComponentData, "type" | "disabled" | "customId">
Optional
forceCloseButtonOptions
forceCloseButtonOptions?: Omit<InteractionButtonComponentData, "type" | "disabled" | "customId">
generateInteractionReplyMessage
generateInteractionReplyMessage: ((ticket, guild) => string)
Type declaration
- (ticket, guild): string
Returns string
replyButtonOptions
replyButtonOptions: Omit<InteractionButtonComponentData, "type" | "disabled" | "customId">
The settings of the creation button.