Discord.https - v3.0.16
    Preparing search index...
    AfterReplyCommandInteractionSignature: CommandInteraction & {
        reply(
            options: BaseMessageOptionsWithPoll & { withResponse?: false },
        ): Promise<undefined>;
        reply(
            options: BaseMessageOptionsWithPoll & { withResponse: true },
        ): Promise<InteractionCallbackResponse>;
    }