Function hasSameImage

  • Checks if the given embeds contains the same image.

    Returns

    True if and only if both contain an image and their URLs are the same, false otherwise

    Parameters

    • a: APIEmbed

      The first embed

    • b: APIEmbed

      The second embed

    Returns boolean