Hello i'm trying to send an image into author field of my embed but it requires only HTTP or HTTPS. How can i do please ?
Code:
season_image_path: str = functions.getSeasonImage(saison)
embed.set_author(name=functions.getLocalization(self.bot, "STATS_EMBED_SEASON", inter.locale, season=saison), url="https://www.eva.gg/profile/season/", icon_url=season_image_path)
Output:
In embeds.0.author.icon_url: Scheme "assets/images/season_2.png" is not supported. Scheme must be one of ('http', 'https').
