From 214a8ebb19ddace8e9796439dadd4b8a4dadb309 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 7 Sep 2024 00:54:46 +0000 Subject: [PATCH] deploy: 868df39ac0c0ebff6b0db717934a36fce51701b8 --- ...d_context.ChatInputCommandInteractionContext.html | 4 ++-- .../_stegripe_command_context.CommandContext.html | 4 ++-- ...pe_command_context.CommandInteractionContext.html | 4 ++-- .../_stegripe_command_context.ContextCommand.html | 12 ++++++------ ...stegripe_command_context.ContextPrecondition.html | 8 ++++---- .../_stegripe_command_context.MessageContext.html | 4 ++-- ....MessageContextMenuCommandInteractionContext.html | 4 ++-- ...ext.UserContextMenuCommandInteractionContext.html | 4 ++-- classes/_stegripe_pino_logger.PinoLogger.html | 8 ++++---- 9 files changed, 26 insertions(+), 26 deletions(-) diff --git a/classes/_stegripe_command_context.ChatInputCommandInteractionContext.html b/classes/_stegripe_command_context.ChatInputCommandInteractionContext.html index 0e034a9..18d54b4 100644 --- a/classes/_stegripe_command_context.ChatInputCommandInteractionContext.html +++ b/classes/_stegripe_command_context.ChatInputCommandInteractionContext.html @@ -156,7 +156,7 @@ --md-sys-color-surface-container-high: #efe7de; --md-sys-color-surface-container-highest: #e9e1d9 } -

Hierarchy (view full)

Constructors

constructor +

Hierarchy (view full)

Constructors

Properties

Accessors

Constructors

Properties

Accessors

Methods

Hierarchy (view full)

Constructors

constructor +

Hierarchy (view full)

Constructors

Properties

Accessors

Constructors

Properties

context: CommandInteraction<CacheType> | Message<boolean>

Accessors

Methods

Hierarchy (view full)

Constructors

constructor +

Hierarchy (view full)

Constructors

Properties

Accessors

Constructors

Properties

Accessors

  • get options(): Omit<CommandInteractionOptionResolver<CacheType>,
        | "getMessage"
        | "getFocused"
        | "getSubcommand"
        | "getSubcommandGroup"
        | "getBoolean"
        | "getChannel"
        | "getString"
        | "getInteger"
        | "getNumber"
        | "getUser"
        | "getMember"
        | "getRole"
        | "getAttachment"
        | "getMentionable">
  • Returns Omit<CommandInteractionOptionResolver<CacheType>,
        | "getMessage"
        | "getFocused"
        | "getSubcommand"
        | "getSubcommandGroup"
        | "getBoolean"
        | "getChannel"
        | "getString"
        | "getInteger"
        | "getNumber"
        | "getUser"
        | "getMember"
        | "getRole"
        | "getAttachment"
        | "getMentionable">

Methods

Hierarchy

  • Command
    • ContextCommand

Constructors

constructor +

Hierarchy

  • Command
    • ContextCommand

Constructors

Properties

aliases: readonly string[]

The aliases for the piece.

+

Constructors

Properties

aliases: readonly string[]

The aliases for the piece.

applicationCommandRegistry: ApplicationCommandRegistry

The application command registry associated with this command.

3.0.0

-
chatInputCommand?: SlashCommandBuilder
contextMenuCommand?: ContextMenuCommandBuilder
description: string

A basic summary about the command

+
chatInputCommand?: SlashCommandBuilder
contextMenuCommand?: ContextMenuCommandBuilder
description: string

A basic summary about the command

1.0.0

detailedDescription: DetailedDescriptionCommand

Longer version of command's summary and how to use it

1.0.0

@@ -256,16 +256,16 @@

Parameters

Returns unknown

  • Executes the context menu's logic.

    +

Returns unknown

  • The message pre-parse method. This method can be overridden by plugins to define their own argument parser.

    +

Returns unknown

  • The message pre-parse method. This method can be overridden by plugins to define their own argument parser.

    Parameters

    • message: Message<boolean>

      The message that triggered the command.

    • parameters: string

      The raw parameters as a single string.

    • context: MessageCommandContext

      The command-context used in this execution.

    Returns Awaitable<Args>

  • Per-piece listener that is called when the piece is loaded into the store. +

Returns unknown

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

    Returns unknown

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

    diff --git a/classes/_stegripe_command_context.ContextPrecondition.html b/classes/_stegripe_command_context.ContextPrecondition.html index a598ca6..d6d73f8 100644 --- a/classes/_stegripe_command_context.ContextPrecondition.html +++ b/classes/_stegripe_command_context.ContextPrecondition.html @@ -156,7 +156,7 @@ --md-sys-color-surface-container-high: #efe7de; --md-sys-color-surface-container-highest: #e9e1d9 } -

    Hierarchy

    • Precondition
      • ContextPrecondition

    Constructors

    constructor +

    Hierarchy

    • Precondition
      • ContextPrecondition

    Constructors

    Properties

    enabled location name @@ -176,16 +176,16 @@ reload toJSON unload -

    Constructors

    Properties

    enabled: boolean

    Whether or not the piece is enabled.

    +

    Constructors

    Properties

    enabled: boolean

    Whether or not the piece is enabled.

    location: PieceLocation

    The location metadata for the piece's file.

    name: string

    The name of the piece.

    options: PreconditionOptions

    The raw options passed to this Piece

    position: null | number
    store: PreconditionStore

    The store that contains the piece.

    Accessors

    • get container(): Container
    • A reference to the Container object for ease of use.

      Returns Container

      container

      -

    Methods

    • Constructs a PreconditionError with the precondition parameter set to this.

      +

    Methods

    • Constructs a PreconditionError with the precondition parameter set to this.

      Parameters

      • Optionaloptions: Omit<Options, "precondition">

        The information.

        -

      Returns PreconditionResult

    • Returns PreconditionResult

    • Per-piece listener that is called when the piece is loaded into the store. +

    Returns PreconditionResult

  • Returns PreconditionResult

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

    Returns unknown

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

    diff --git a/classes/_stegripe_command_context.MessageContext.html b/classes/_stegripe_command_context.MessageContext.html index 4bcdf28..b562bbc 100644 --- a/classes/_stegripe_command_context.MessageContext.html +++ b/classes/_stegripe_command_context.MessageContext.html @@ -156,7 +156,7 @@ --md-sys-color-surface-container-high: #efe7de; --md-sys-color-surface-container-highest: #e9e1d9 } -

    Hierarchy (view full)

    Constructors

    constructor +

    Hierarchy (view full)

    Constructors

    Properties

    Accessors

    activity @@ -233,7 +233,7 @@ toString unpin valueOf -

    Constructors

    Properties

    args?: Args
    context: Message<boolean>

    Accessors

    Methods

    Hierarchy (view full)

    Constructors

    constructor +

    Hierarchy (view full)

    Constructors

    Properties

    Accessors

    Constructors

    Properties

    Accessors

    Methods

    Hierarchy (view full)

    Constructors

    constructor +

    Hierarchy (view full)

    Constructors

    Properties

    Accessors

    Constructors

    Properties

    Accessors

    Methods

    Hierarchy

    • Logger
      • PinoLogger

    Constructors

    constructor +

    Hierarchy

    • Logger
      • PinoLogger

    Constructors

    Properties

    level pino levels @@ -168,19 +168,19 @@ trace warn write -

    Constructors

    Properties

    level: LogLevel
    pino: Logger
    levels: Map<LogLevel, LogMethods>

    Methods

    • Alias of ILogger.write with LogLevel.Debug as level.

      +

    Constructors

    Properties

    level: LogLevel
    pino: Logger
    levels: Map<LogLevel, LogMethods>

    Methods

    • Alias of ILogger.write with LogLevel.Debug as level.

      Parameters

      • Rest...values: readonly unknown[]

        The values to log.

      Returns void

    • Alias of ILogger.write with LogLevel.Error as level.

      Parameters

      • Rest...values: readonly unknown[]

        The values to log.

      Returns void

    • Alias of ILogger.write with LogLevel.Fatal as level.

      Parameters

      • Rest...values: readonly unknown[]

        The values to log.

        -

      Returns void

    • Alias of ILogger.write with LogLevel.Info as level.

      +

    Returns void

  • Alias of ILogger.write with LogLevel.Info as level.

    Parameters

    • Rest...values: readonly unknown[]

      The values to log.

    Returns void

  • Alias of ILogger.write with LogLevel.Trace as level.

    Parameters

    • Rest...values: readonly unknown[]

      The values to log.

    Returns void

  • Alias of ILogger.write with LogLevel.Warn as level.

    Parameters

    • Rest...values: readonly unknown[]

      The values to log.

      -

    Returns void