Discord.https - v3.0.16
    Preparing search index...

    Interface EmbedFooterOptions

    Represents the footer options of an embed.

    interface EmbedFooterOptions {
        iconURL?: string;
        text: string;
    }

    Hierarchy

    Index

    Properties

    Properties

    iconURL?: string

    The URL of the icon.

    text: string

    Footer text

    Length limit: 2048 characters