D
D
DmitrNy ---2019-11-30 20:42:08
Python
DmitrNy ---, 2019-11-30 20:42:08

How to make text in EMBED discord.py?

Hello. I need to add plain text to EMBED in discord.py. I know there is emb.add_field() but it adds text on two lines and I need one. do not tell me how to do this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Nevzorov, 2019-12-01
@KBA3

Reading the documentation

embed_obj = discord.Embed(description = "текст")
# или
embed_obj = discord.Embed()
embed_obj.description = "текст"

"Cheat sheet" by type of embeds:
8xAac.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question