Sparky
    Preparing search index...
    • Defer a reply to an interaction

      Parameters

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

        The interaction object

      • deferOptions: InteractionDeferReplyOptions

        The options for deferring the reply

      Returns Promise<void>

      A promise that resolves after the reply is deferred

      An error if the interaction is not provided