From e4be713422762b78398392f9173458103a46c3cf Mon Sep 17 00:00:00 2001 From: Pronin Egor Date: Sat, 13 Aug 2022 13:35:18 +0300 Subject: [PATCH] docs: regenerate --- docs/interfaces/AutoGeneratePagesOptions.html | 73 ++ docs/interfaces/PagesInteraction.html | 657 ++++++++++++++++++ .../interfaces/ResetListenTimeoutOptions.html | 66 ++ docs/interfaces/Trigger.html | 78 +++ docs/types/ActionLabelUnion.html | 65 ++ docs/types/ActionObject.html | 65 ++ docs/types/ActionUnion.html | 65 ++ docs/types/AllowArray.html | 69 ++ docs/types/Button.html | 65 ++ docs/types/EmbedPage.html | 65 ++ docs/types/EndMethodUnion.html | 65 ++ docs/types/FunctionPage.html | 73 ++ docs/types/Middleware.html | 78 +++ docs/types/Page.html | 65 ++ docs/types/TriggerCallback.html | 84 +++ docs/types/TriggersMap.html | 65 ++ 16 files changed, 1698 insertions(+) create mode 100644 docs/interfaces/AutoGeneratePagesOptions.html create mode 100644 docs/interfaces/PagesInteraction.html create mode 100644 docs/interfaces/ResetListenTimeoutOptions.html create mode 100644 docs/interfaces/Trigger.html create mode 100644 docs/types/ActionLabelUnion.html create mode 100644 docs/types/ActionObject.html create mode 100644 docs/types/ActionUnion.html create mode 100644 docs/types/AllowArray.html create mode 100644 docs/types/Button.html create mode 100644 docs/types/EmbedPage.html create mode 100644 docs/types/EndMethodUnion.html create mode 100644 docs/types/FunctionPage.html create mode 100644 docs/types/Middleware.html create mode 100644 docs/types/Page.html create mode 100644 docs/types/TriggerCallback.html create mode 100644 docs/types/TriggersMap.html diff --git a/docs/interfaces/AutoGeneratePagesOptions.html b/docs/interfaces/AutoGeneratePagesOptions.html new file mode 100644 index 0000000..270ed9a --- /dev/null +++ b/docs/interfaces/AutoGeneratePagesOptions.html @@ -0,0 +1,73 @@ +AutoGeneratePagesOptions | discord.js-pages
+
+ +
+
+
+
+ +

Interface AutoGeneratePagesOptions

+
+

Hierarchy

+
    +
  • AutoGeneratePagesOptions
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
countPerPage?: number
+
+ +
items: string[]
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/PagesInteraction.html b/docs/interfaces/PagesInteraction.html new file mode 100644 index 0000000..4834573 --- /dev/null +++ b/docs/interfaces/PagesInteraction.html @@ -0,0 +1,657 @@ +PagesInteraction | discord.js-pages
+
+ +
+
+
+
+ +

Interface PagesInteraction

+
+

Hierarchy

+
    +
  • ChatInputCommandInteraction +
      +
    • PagesInteraction
+
+
+
+ +
+
+

Properties

+
+ +
appPermissions: null | Readonly<PermissionsBitField>
+
+ +
applicationId: string
+
+ +
channelId: string
+
+ +
client: Client<boolean>
+
+ +
commandGuildId: null | string
+
+ +
commandId: string
+
+ +
commandName: string
+
+ +
commandType: ChatInput
+
+ +
deferred: boolean
+
+ +
ephemeral: null | boolean
+
+ +
guildId: null | string
+
+ +
guildLocale: null | Locale
+
+ +
id: string
+
+ +
locale: Locale
+
+ +
member: null | APIInteractionGuildMember | GuildMember
+
+ +
memberPermissions: null | Readonly<PermissionsBitField>
+
+ +
options: Omit<CommandInteractionOptionResolver<CacheType>, "getMessage" | "getFocused">
+
+ +
pagesBuilder: (() => PagesBuilder)
+
+

Type declaration

+
+
+ +
replied: boolean
+
+ +
token: string
+
+ +
type: ApplicationCommand
+
+ +
user: User
+
+ +
version: number
+
+ +
webhook: InteractionWebhook
+
+

Accessors

+
+ +
    +
  • get channel(): CacheTypeReducer<Cached, null | GuildTextBasedChannel, null | GuildTextBasedChannel, null | GuildTextBasedChannel, null | TextBasedChannel>
  • +
  • +

    Returns CacheTypeReducer<Cached, null | GuildTextBasedChannel, null | GuildTextBasedChannel, null | GuildTextBasedChannel, null | TextBasedChannel>

+
+ +
    +
  • get command(): null | ApplicationCommand<{}> | ApplicationCommand<{ guild: GuildResolvable }>
  • +
  • +

    Returns null | ApplicationCommand<{}> | ApplicationCommand<{ guild: GuildResolvable }>

+
+ +
    +
  • get createdAt(): Date
  • +
  • +

    Returns Date

+
+ +
    +
  • get createdTimestamp(): number
  • +
  • +

    Returns number

+
+ +
    +
  • get guild(): CacheTypeReducer<Cached, Guild, null, null | Guild, null | Guild>
  • +
  • +

    Returns CacheTypeReducer<Cached, Guild, null, null | Guild, null | Guild>

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      options: AwaitModalSubmitOptions<ModalSubmitInteraction<CacheType>>
    +

    Returns Promise<ModalSubmitInteraction<CacheType>>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      options: InteractionDeferReplyOptions & { fetchReply: true }
    +

    Returns Promise<Message<boolean>>

  • + +
  • +
    +

    Parameters

    +
      +
    • +
      Optional options: InteractionDeferReplyOptions
    +

    Returns Promise<InteractionResponse<boolean>>

+
+ +
    + +
  • +

    Returns Promise<void>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      options: string | MessagePayload | WebhookEditMessageOptions
    +

    Returns Promise<Message<boolean>>

+
+ +
    + +
  • +

    Returns Promise<Message<boolean>>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      options: string | InteractionReplyOptions | MessagePayload
    +

    Returns Promise<Message<boolean>>

+
+ +
    + +
  • +

    Returns this is ChatInputCommandInteraction<"cached">

+
+ +
    + +
  • +

    Returns this is ChatInputCommandInteraction<"raw" | "cached">

+
+ +
    + +
  • +

    Returns this is ChatInputCommandInteraction<"raw">

+
+ +
    + +
  • +

    Returns this is AutocompleteInteraction<CacheType>

+
+ +
    + +
  • +

    Returns this is ButtonInteraction<CacheType>

+
+ +
    + +
  • +

    Returns this is ChatInputCommandInteraction<CacheType>

+
+ +
    + +
  • +

    Returns this is CommandInteraction<CacheType>

+
+ +
    + +
  • +

    Returns this is ContextMenuCommandInteraction<CacheType>

+
+ +
    + +
  • +

    Returns this is MessageComponentInteraction<CacheType>

+
+ +
    + +
  • +

    Returns this is MessageContextMenuCommandInteraction<CacheType>

+
+ +
    + +
  • +

    Returns this is ModalSubmitInteraction<CacheType>

+
+ +
    + +
  • +

    Returns this is PagesInteraction & InteractionResponseFields<CacheType>

+
+ +
    + +
  • +

    Returns this is SelectMenuInteraction<CacheType>

+
+ +
    + +
  • +

    Returns this is UserContextMenuCommandInteraction<CacheType>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      options: InteractionReplyOptions & { fetchReply: true }
    +

    Returns Promise<Message<boolean>>

  • + +
  • +
    +

    Parameters

    +
      +
    • +
      options: string | InteractionReplyOptions | MessagePayload
    +

    Returns Promise<InteractionResponse<boolean>>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      modal: APIModalInteractionResponseCallbackData | JSONEncodable<APIModalInteractionResponseCallbackData> | ModalComponentData
    +

    Returns Promise<void>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      Rest ...props: Record<string, string | boolean>[]
    +

    Returns unknown

+
+ +
    + +
  • +

    Returns string

+
+ +
    + +
  • +

    Returns string

+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/ResetListenTimeoutOptions.html b/docs/interfaces/ResetListenTimeoutOptions.html new file mode 100644 index 0000000..595143a --- /dev/null +++ b/docs/interfaces/ResetListenTimeoutOptions.html @@ -0,0 +1,66 @@ +ResetListenTimeoutOptions | discord.js-pages
+
+ +
+
+
+
+ +

Interface ResetListenTimeoutOptions

+
+

Hierarchy

+
    +
  • ResetListenTimeoutOptions
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
isFirstBuild?: boolean
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/Trigger.html b/docs/interfaces/Trigger.html new file mode 100644 index 0000000..4362210 --- /dev/null +++ b/docs/interfaces/Trigger.html @@ -0,0 +1,78 @@ +Trigger | discord.js-pages
+
+ +
+
+
+
+ +

Interface Trigger<T>

+
+

Type Parameters

+
    +
  • +

    T extends MessageActionRowComponent

+
+

Hierarchy

+
    +
  • Trigger
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
callback: TriggerCallback<T>
+
+ +
name: string
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/ActionLabelUnion.html b/docs/types/ActionLabelUnion.html new file mode 100644 index 0000000..a56e7ba --- /dev/null +++ b/docs/types/ActionLabelUnion.html @@ -0,0 +1,65 @@ +ActionLabelUnion | discord.js-pages
+
+ +
+
+
+
+ +

Type alias ActionLabelUnion

+
ActionLabelUnion: `${ActionLabel}`
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/ActionObject.html b/docs/types/ActionObject.html new file mode 100644 index 0000000..2623632 --- /dev/null +++ b/docs/types/ActionObject.html @@ -0,0 +1,65 @@ +ActionObject | discord.js-pages
+
+ +
+
+
+
+ +

Type alias ActionObject

+
ActionObject: { [ key in Action | ActionUnion]: ButtonBuilder }
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/ActionUnion.html b/docs/types/ActionUnion.html new file mode 100644 index 0000000..5d15169 --- /dev/null +++ b/docs/types/ActionUnion.html @@ -0,0 +1,65 @@ +ActionUnion | discord.js-pages
+
+ +
+
+
+
+ +

Type alias ActionUnion

+
ActionUnion: `${Action}`
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/AllowArray.html b/docs/types/AllowArray.html new file mode 100644 index 0000000..c8bbcfd --- /dev/null +++ b/docs/types/AllowArray.html @@ -0,0 +1,69 @@ +AllowArray | discord.js-pages
+
+ +
+
+
+
+ +

Type alias AllowArray<T>

+
AllowArray<T>: T | T[]
+

Type Parameters

+
    +
  • +

    T

+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/Button.html b/docs/types/Button.html new file mode 100644 index 0000000..5b899cd --- /dev/null +++ b/docs/types/Button.html @@ -0,0 +1,65 @@ +Button | discord.js-pages
+
+ +
+
+
+
+ +

Type alias Button

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/EmbedPage.html b/docs/types/EmbedPage.html new file mode 100644 index 0000000..9fafd3a --- /dev/null +++ b/docs/types/EmbedPage.html @@ -0,0 +1,65 @@ +EmbedPage | discord.js-pages
+
+ +
+
+
+
+ +

Type alias EmbedPage

+
EmbedPage: EmbedBuilder
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/EndMethodUnion.html b/docs/types/EndMethodUnion.html new file mode 100644 index 0000000..e5626f9 --- /dev/null +++ b/docs/types/EndMethodUnion.html @@ -0,0 +1,65 @@ +EndMethodUnion | discord.js-pages
+
+ +
+
+
+
+ +

Type alias EndMethodUnion

+
EndMethodUnion: `${EndMethod}`
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/FunctionPage.html b/docs/types/FunctionPage.html new file mode 100644 index 0000000..2546057 --- /dev/null +++ b/docs/types/FunctionPage.html @@ -0,0 +1,73 @@ +FunctionPage | discord.js-pages
+
+ +
+
+
+
+ +

Type alias FunctionPage

+
FunctionPage: (() => EmbedPage | Promise<EmbedPage>)
+
+

Type declaration

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/Middleware.html b/docs/types/Middleware.html new file mode 100644 index 0000000..c058c25 --- /dev/null +++ b/docs/types/Middleware.html @@ -0,0 +1,78 @@ +Middleware | discord.js-pages
+
+ +
+
+
+
+ +

Type alias Middleware

+
Middleware: ((message: PagesInteraction) => void)
+
+

Type declaration

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/Page.html b/docs/types/Page.html new file mode 100644 index 0000000..804c874 --- /dev/null +++ b/docs/types/Page.html @@ -0,0 +1,65 @@ +Page | discord.js-pages
+
+ +
+
+
+
+ +

Type alias Page

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/TriggerCallback.html b/docs/types/TriggerCallback.html new file mode 100644 index 0000000..44535da --- /dev/null +++ b/docs/types/TriggerCallback.html @@ -0,0 +1,84 @@ +TriggerCallback | discord.js-pages
+
+ +
+
+
+
+ +

Type alias TriggerCallback<T>

+
TriggerCallback<T>: ((interaction: MessageComponentInteraction, ...components: T[]) => unknown)
+

Type Parameters

+
    +
  • +

    T extends MessageActionRowComponent

+
+

Type declaration

+
    +
  • +
      +
    • (interaction: MessageComponentInteraction, ...components: T[]): unknown
    • +
    • +
      +

      Parameters

      +
        +
      • +
        interaction: MessageComponentInteraction
      • +
      • +
        Rest ...components: T[]
      +

      Returns unknown

+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/TriggersMap.html b/docs/types/TriggersMap.html new file mode 100644 index 0000000..69ec486 --- /dev/null +++ b/docs/types/TriggersMap.html @@ -0,0 +1,65 @@ +TriggersMap | discord.js-pages
+
+ +
+
+
+
+ +

Type alias TriggersMap

+
TriggersMap: Map<EmojiIdentifierResolvable, TriggerCallback<any>>
+
+
+

Generated using TypeDoc

+
\ No newline at end of file