Chameleon
    Preparing search index...

    Type Alias InteractionReplyOptions

    InteractionReplyOptions:
        | string
        | {
            content?: string;
            embeds?: any[];
            components?: any[];
            ephemeral?: boolean;
        }