discrod.py как встроить ссылку в эмбед
мне нужно встроить ссылку в embed, код:
emb = discord.Embed(title = "Фото-Редактор", description = f"""```$imgf название фильтра, расширение, картинка - накладывет фильтр на картинку```""""""```$imgf contour png```""" , colour = discord.Color.green())
emb.add_field(name='Фильтры:', value=f"blur\ncontour\ndfsdf\nenhance\{url}\nemboss\nfind_edges\nsmooth\nsmooth_more\nsharpen", inline=True)
Ответы (1 шт):
Автор решения: Alexander Chernin
→ Ссылка
Вот так (стырено):
emb = discord.Embed(
title="Sample Embed",
url="https://realdrewdata.medium.com/",
description="This is an embed that will show how to build an embed and the different components",
color=0xFF5733)