Chameleon
    Preparing search index...

    Interface EmbedField

    interface EmbedField {
        name: string;
        value: string;
        inline?: boolean;
    }
    Index

    Properties

    Properties

    name: string
    value: string
    inline?: boolean