Answers for "how to use embeds in discord.py"

0

discord.py embed

embed=discord.Embed(title="Title here", description="description here")
embed.set_author(name="RohitTechZone#4756", icon_url="https://cdn.discordapp.com/avatars/764123180691750933/a_98e18cab7849e9b13eaf0a5a025071c8.png?size=128")
embed.add_field(name="Field title", value="Fielf value", inline=False)
await ctx.send(embed=embed)
Posted by: Guest on August-04-2021
0

embed python discord

embed.set_thumbnail(url="https://i.imgur.com/axLm3p6.jpeg")
Posted by: Guest on April-07-2021

Python Answers by Framework

Browse Popular Code Answers by Language