Sparky
    Preparing search index...
    • Follow up an interaction

      Parameters

      • interaction:
            | ChatInputCommandInteraction<CacheType>
            | MessageContextMenuCommandInteraction<CacheType>
            | UserContextMenuCommandInteraction<CacheType>
            | MessageComponentInteraction<CacheType>
            | ModalSubmitInteraction<CacheType>

        The interaction object

      • replyOptions: InteractionReplyOptions

        The options for following up the interaction

      • deleteTime: number = -1

        The time in seconds after which the reply should be deleted

      Returns Promise<void>

      A promise that resolves after the follow-up is sent

      An error if the interaction is not provided or if neither content nor embeds are provided