Я хочу опубликовать вставку с миниатюрой на нем с локальным файлом на моем компьютере. > embedVar = discord.Embed(title="title",
description="desc.",
color=0X19A6FF)
file = discord.File("file_location/file.png", filename="image.png")
embedVar.set_thumbnail(url="attachment://file_location/file.png")
await message.channel.send(file=file, embed=embedVar)
Подробнее здесь: https://stackoverflow.com/questions/667 ... discord-py
Мобильная версия