discord-botinator
    Preparing search index...

    Type Alias InteractionSendable

    InteractionSendable:
        | (
            (
                content: string | MessagePayload | InteractionReplyOptions,
            ) => Promise<InteractionResponse | Message>
        )
        | (
            (
                content: string | MessagePayload | InteractionEditReplyOptions,
            ) => Promise<InteractionResponse | Message>
        )

    Any function that can send a message-like object.

    msg.reply.bind(msg)