Answer the question
In order to leave comments, you need to log in
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
Reading the documentation
embed_obj = discord.Embed(description = "текст")
# или
embed_obj = discord.Embed()
embed_obj.description = "текст"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question