R
R
Roman9212021-05-06 09:42:45
Python
Roman921, 2021-05-06 09:42:45

How to draw a conclusion?

60938fd37d1a5840965989.jpeghow to make such a conclusion?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
soremix, 2021-05-06
@Roman921

Something like this

desc = '**Level**: 0\n**Exp**: 122 / 150\n**Rank**: #6'
embed = discord.Embed(description=desc ,color = discord.Color.green())
embed.set_author(name=ctx.author.name)
embed.set_thumbnail(url=ctx.author.avatar_url)
await ctx.send(embed=embed)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question